Home
last modified time | relevance | path

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

/Linux-v6.1/tools/include/linux/
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-v6.1/tools/testing/radix-tree/
Dlinux.c56 void *kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *lru, in kmem_cache_alloc_lru() function
/Linux-v6.1/mm/
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);
Dslab.c3465 void *kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *lru, in kmem_cache_alloc_lru() function
3470 EXPORT_SYMBOL(kmem_cache_alloc_lru);
Dslub.c3426 void *kmem_cache_alloc_lru(struct kmem_cache *s, struct list_lru *lru, in kmem_cache_alloc_lru() function
3431 EXPORT_SYMBOL(kmem_cache_alloc_lru);
/Linux-v6.1/lib/
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-v6.1/include/linux/
Dslab.h445 void *kmem_cache_alloc_lru(struct kmem_cache *s, struct list_lru *lru,
Dfs.h3125 return kmem_cache_alloc_lru(cache, &sb->s_inode_lru, gfp); in alloc_inode_sb()
/Linux-v6.1/fs/
Ddcache.c1769 dentry = kmem_cache_alloc_lru(dentry_cache, &sb->s_dentry_lru, in __d_alloc()