Home
last modified time | relevance | path

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

/linux-6.15/tools/include/linux/
H 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.15/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-6.15/tools/testing/shared/
H A Dlinux.c69 void *kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *lru, in kmem_cache_alloc_lru() function
/linux-6.15/include/linux/
H A Dslab.h743 #define kmem_cache_alloc_lru(...) alloc_hooks(kmem_cache_alloc_lru_noprof(__VA_ARGS__)) macro
H A Dfs.h3323 #define alloc_inode_sb(_sb, _cache, _gfp) kmem_cache_alloc_lru(_cache, &_sb->s_inode_lru, _gfp)
/linux-6.15/fs/
H A Ddcache.c1681 dentry = kmem_cache_alloc_lru(dentry_cache, &sb->s_dentry_lru, in __d_alloc()