Searched defs:cachep (Results 1 – 9 of 9) sorted by relevance
/linux-3.3/mm/ |
D | slab.c | 212 struct kmem_cache *cachep; member 347 #define MAKE_LIST(cachep, listp, slab, nodeid) \ argument 353 #define MAKE_ALL_LISTS(cachep, ptr, nodeid) \ argument 431 static int obj_offset(struct kmem_cache *cachep) in obj_offset() 436 static int obj_size(struct kmem_cache *cachep) in obj_size() 441 static unsigned long long *dbg_redzone1(struct kmem_cache *cachep, void *objp) in dbg_redzone1() 448 static unsigned long long *dbg_redzone2(struct kmem_cache *cachep, void *objp) in dbg_redzone2() 459 static void **dbg_userword(struct kmem_cache *cachep, void *objp) in dbg_userword() 468 #define obj_size(cachep) (cachep->buffer_size) argument 469 #define dbg_redzone1(cachep, objp) ({BUG(); (unsigned long long *)NULL;}) argument [all …]
|
/linux-3.3/include/linux/ |
D | slab_def.h | 118 kmem_cache_alloc_trace(size_t size, struct kmem_cache *cachep, gfp_t flags) in kmem_cache_alloc_trace() 122 static inline size_t slab_buffer_size(struct kmem_cache *cachep) in slab_buffer_size() 130 struct kmem_cache *cachep; in kmalloc() local 174 struct kmem_cache *cachep, in kmem_cache_alloc_node_trace() 184 struct kmem_cache *cachep; in kmalloc_node() local
|
D | slob_def.h | 6 static __always_inline void *kmem_cache_alloc(struct kmem_cache *cachep, in kmem_cache_alloc()
|
D | slab.h | 273 static inline void *kmem_cache_alloc_node(struct kmem_cache *cachep, in kmem_cache_alloc_node()
|
/linux-3.3/kernel/ |
D | pid_namespace.c | 24 struct kmem_cache *cachep; member 40 struct kmem_cache *cachep; in create_pid_cachep() local
|
/linux-3.3/net/ipv4/ |
D | inet_hashtables.c | 31 struct inet_bind_bucket *inet_bind_bucket_create(struct kmem_cache *cachep, in inet_bind_bucket_create() 52 void inet_bind_bucket_destroy(struct kmem_cache *cachep, struct inet_bind_bucket *tb) in inet_bind_bucket_destroy()
|
/linux-3.3/fs/ext4/ |
D | mballoc.c | 2201 struct kmem_cache *cachep = ext4_groupinfo_caches[cache_index]; in get_groupinfo_cache() local 2215 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits); in ext4_mb_add_groupinfo() local 2301 struct kmem_cache *cachep; in ext4_mb_init_backend() local 2392 struct kmem_cache *cachep; in ext4_groupinfo_create_slab() local 2568 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits); in ext4_mb_release() local
|
/linux-3.3/arch/powerpc/mm/ |
D | hugetlbpage.c | 115 struct kmem_cache *cachep; in __hugepte_alloc() local
|
/linux-3.3/fs/gfs2/ |
D | glock.c | 726 struct kmem_cache *cachep; in gfs2_glock_get() local
|