Searched refs:kmem_cache_alloc_lru (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/include/linux/ |
| A D | slab.h | 32 void *kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *, int flags); 35 return kmem_cache_alloc_lru(cachep, NULL, flags); in kmem_cache_alloc()
|
| /linux/lib/ |
| A D | xarray.c | 307 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in xas_nomem() 339 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in __xas_nomem() 342 xas->xa_alloc = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in __xas_nomem() 376 node = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in xas_alloc() 1035 node = kmem_cache_alloc_lru(radix_tree_node_cachep, xas->xa_lru, gfp); in xas_split_alloc()
|
| /linux/tools/testing/shared/ |
| A D | linux.c | 69 void *kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *lru, in kmem_cache_alloc_lru() function
|
| /linux/include/linux/ |
| A D | slab.h | 716 #define kmem_cache_alloc_lru(...) alloc_hooks(kmem_cache_alloc_lru_noprof(__VA_ARGS__)) macro
|
| A D | fs.h | 3181 #define alloc_inode_sb(_sb, _cache, _gfp) kmem_cache_alloc_lru(_cache, &_sb->s_inode_lru, _gfp)
|
| /linux/fs/ |
| A D | dcache.c | 1636 dentry = kmem_cache_alloc_lru(dentry_cache, &sb->s_dentry_lru, in __d_alloc()
|
Completed in 29 milliseconds