Searched defs:cachep (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/mm/ |
A D | slab.c | 855 struct kmem_cache *cachep; in init_cache_node_node() local 937 struct kmem_cache *cachep; in cpuup_canceled() local 1003 struct kmem_cache *cachep; in cpuup_prepare() local 1092 struct kmem_cache *cachep; in drain_cache_node_node() local 1268 struct kmem_cache *cachep; in kmem_cache_init_late() local 1403 struct kmem_cache *cachep; in kmem_rcu_free() local 1795 struct kmem_cache *cachep; in __kmem_cache_alias() local 2377 struct kmem_cache *cachep, in freelist_state_initialize() 3548 struct kmem_cache *cachep; in __kmem_obj_info() local 3971 struct kmem_cache *cachep; in slabinfo_write() local [all …]
|
A D | slob.c | 640 void *kmem_cache_alloc(struct kmem_cache *cachep, gfp_t flags) in kmem_cache_alloc() 647 void *kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *lru, gfp_t flags) in kmem_cache_alloc_lru() 659 void *kmem_cache_alloc_node(struct kmem_cache *cachep, gfp_t gfp, int node) in kmem_cache_alloc_node()
|
A D | slab_common.c | 517 int kmem_cache_shrink(struct kmem_cache *cachep) in kmem_cache_shrink() 1167 int cache_random_seq_create(struct kmem_cache *cachep, unsigned int count, in cache_random_seq_create() 1187 void cache_random_seq_destroy(struct kmem_cache *cachep) in cache_random_seq_destroy()
|
A D | slab.h | 671 struct kmem_cache *cachep; in cache_from_obj() local 844 static inline int cache_random_seq_create(struct kmem_cache *cachep, in cache_random_seq_create() 849 static inline void cache_random_seq_destroy(struct kmem_cache *cachep) { } in cache_random_seq_destroy()
|
/linux-6.3-rc2/tools/testing/radix-tree/ |
A D | linux.c | 31 void kmem_cache_set_non_kernel(struct kmem_cache *cachep, unsigned int val) in kmem_cache_set_non_kernel() 36 unsigned long kmem_cache_get_alloc(struct kmem_cache *cachep) in kmem_cache_get_alloc() 41 unsigned long kmem_cache_nr_allocated(struct kmem_cache *cachep) in kmem_cache_nr_allocated() 46 unsigned long kmem_cache_nr_tallocated(struct kmem_cache *cachep) in kmem_cache_nr_tallocated() 51 void kmem_cache_zero_nr_tallocated(struct kmem_cache *cachep) in kmem_cache_zero_nr_tallocated() 56 void *kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *lru, in kmem_cache_alloc_lru() 96 void kmem_cache_free_locked(struct kmem_cache *cachep, void *objp) in kmem_cache_free_locked() 114 void kmem_cache_free(struct kmem_cache *cachep, void *objp) in kmem_cache_free() 121 void kmem_cache_free_bulk(struct kmem_cache *cachep, size_t size, void **list) in kmem_cache_free_bulk() 132 void kmem_cache_shrink(struct kmem_cache *cachep) in kmem_cache_shrink() [all …]
|
/linux-6.3-rc2/tools/include/linux/ |
A D | slab.h | 34 static inline void *kmem_cache_alloc(struct kmem_cache *cachep, int flags) in kmem_cache_alloc()
|
/linux-6.3-rc2/net/ipv4/ |
A D | inet_hashtables.c | 64 struct inet_bind_bucket *inet_bind_bucket_create(struct kmem_cache *cachep, in inet_bind_bucket_create() 87 void inet_bind_bucket_destroy(struct kmem_cache *cachep, struct inet_bind_bucket *tb) in inet_bind_bucket_destroy() 123 struct inet_bind2_bucket *inet_bind2_bucket_create(struct kmem_cache *cachep, in inet_bind2_bucket_create() 139 void inet_bind2_bucket_destroy(struct kmem_cache *cachep, struct inet_bind2_bucket *tb) in inet_bind2_bucket_destroy()
|
/linux-6.3-rc2/drivers/scsi/snic/ |
A D | snic_main.c | 819 struct kmem_cache *cachep; in snic_global_data_init() local
|
/linux-6.3-rc2/arch/powerpc/mm/ |
A D | hugetlbpage.c | 49 struct kmem_cache *cachep; in __hugepte_alloc() local
|
/linux-6.3-rc2/fs/ext4/ |
A D | mballoc.c | 3022 struct kmem_cache *cachep = ext4_groupinfo_caches[cache_index]; in get_groupinfo_cache() local 3073 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits); in ext4_mb_add_groupinfo() local 3153 struct kmem_cache *cachep; in ext4_mb_init_backend() local 3245 struct kmem_cache *cachep; in ext4_groupinfo_create_slab() local 3513 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits); in ext4_mb_release() local
|
/linux-6.3-rc2/fs/f2fs/ |
A D | f2fs.h | 2775 static inline void *f2fs_kmem_cache_alloc_nofail(struct kmem_cache *cachep, in f2fs_kmem_cache_alloc_nofail() 2786 static inline void *f2fs_kmem_cache_alloc(struct kmem_cache *cachep, in f2fs_kmem_cache_alloc()
|
Completed in 54 milliseconds