Home
last modified time | relevance | path

Searched refs:kmem_cache_alloc_lru (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/tools/include/linux/
A Dslab.h33 void *kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *, int flags);
36 return kmem_cache_alloc_lru(cachep, NULL, flags); in kmem_cache_alloc()
/linux-6.3-rc2/tools/testing/radix-tree/
A Dlinux.c56 void *kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *lru, in kmem_cache_alloc_lru() function
/linux-6.3-rc2/mm/
A Dslob.c647 void *kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *lru, gfp_t flags) in kmem_cache_alloc_lru() function
651 EXPORT_SYMBOL(kmem_cache_alloc_lru);
A Dslab.c3456 void *kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *lru, in kmem_cache_alloc_lru() function
3461 EXPORT_SYMBOL(kmem_cache_alloc_lru);
A Dslub.c3480 void *kmem_cache_alloc_lru(struct kmem_cache *s, struct list_lru *lru, in kmem_cache_alloc_lru() function
3485 EXPORT_SYMBOL(kmem_cache_alloc_lru);
/linux-6.3-rc2/lib/
A Dxarray.c308 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in xas_nomem()
340 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in __xas_nomem()
343 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in __xas_nomem()
377 node = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in xas_alloc()
1022 node = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in xas_split_alloc()
/linux-6.3-rc2/include/linux/
A Dslab.h476 void *kmem_cache_alloc_lru(struct kmem_cache *s, struct list_lru *lru,
A Dfs.h2686 return kmem_cache_alloc_lru(cache, &sb->s_inode_lru, gfp); in alloc_inode_sb()
/linux-6.3-rc2/fs/
A Ddcache.c1769 dentry = kmem_cache_alloc_lru(dentry_cache, &sb->s_dentry_lru, in __d_alloc()

Completed in 44 milliseconds