kmem_cache_alloc_lru
dentry = kmem_cache_alloc_lru(dentry_cache, &sb->s_dentry_lru,
#define alloc_inode_sb(_sb, _cache, _gfp) kmem_cache_alloc_lru(_cache, &_sb->s_inode_lru, _gfp)
node = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp);
child = kmem_cache_alloc_lru(radix_tree_node_cachep,
xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp);
xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp);
xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp);
node = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp);
void *kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *, int flags);
return kmem_cache_alloc_lru(cachep, NULL, flags);