Searched refs:kmem_cache_alloc_lru (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/include/linux/
H A Dslab.h32 void *kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *, int flags);
35 return kmem_cache_alloc_lru(cachep, NULL, flags);
/linux-master/tools/testing/radix-tree/
H A Dlinux.c56 void *kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *lru, function
/linux-master/lib/
H A Dxarray.c306 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp);
338 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp);
341 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp);
375 node = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp);
1020 node = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp);
/linux-master/include/linux/
H A Dslab.h529 void *kmem_cache_alloc_lru(struct kmem_cache *s, struct list_lru *lru,
H A Dfs.h3091 return kmem_cache_alloc_lru(cache, &sb->s_inode_lru, gfp);
/linux-master/fs/
H A Ddcache.c1624 dentry = kmem_cache_alloc_lru(dentry_cache, &sb->s_dentry_lru,
/linux-master/mm/
H A Dslub.c3861 void *kmem_cache_alloc_lru(struct kmem_cache *s, struct list_lru *lru, function
3871 EXPORT_SYMBOL(kmem_cache_alloc_lru); variable

Completed in 244 milliseconds