Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dslab.h145 void *kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *, int flags);
148 return kmem_cache_alloc_lru(cachep, NULL, flags); in kmem_cache_alloc()
/linux/lib/
H A Dxarray.c309 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in xas_nomem()
341 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in __xas_nomem()
344 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in __xas_nomem()
378 node = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in xas_alloc()
1059 node = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in xas_split_alloc()
1214 child = kmem_cache_alloc_lru(radix_tree_node_cachep, in xas_try_split()
/linux/tools/testing/shared/
H A Dlinux.c54 void *kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *lru, in kmem_cache_nr_allocated()
69 void *kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *lru, kmem_cache_alloc_lru() function
/linux/include/linux/
H A Dslab.h772 #define kmem_cache_alloc_lru(...) alloc_hooks(kmem_cache_alloc_lru_noprof(__VA_ARGS__)) macro
H A Dfs.h3016 #define alloc_inode_sb(_sb, _cache, _gfp) kmem_cache_alloc_lru(_cache, &_sb->s_inode_lru, _gfp)
/linux/fs/
H A Ddcache.c1740 dentry = kmem_cache_alloc_lru(dentry_cache, &sb->s_dentry_lru, in __d_alloc()