Searched defs:kmem_cache (Results 1 – 12 of 12) sorted by relevance
11 struct kmem_cache { struct35 struct kmem_cache *freelist_cache; argument36 unsigned int freelist_size;39 void (*ctor)(void *obj);42 const char *name;43 struct list_head list;44 int refcount;45 int object_size;46 int align;50 unsigned long num_active;[all …]
82 struct kmem_cache { struct83 struct kmem_cache_cpu __percpu *cpu_slab; argument94 struct kmem_cache_order_objects oo; argument97 struct kmem_cache_order_objects max; argument98 struct kmem_cache_order_objects min; argument99 gfp_t allocflags; /* gfp flags to use on each alloc */100 int refcount; /* Refcount for slab cache destroy */101 void (*ctor)(void *);102 unsigned int inuse; /* Offset to metadata */103 unsigned int align; /* Alignment */[all …]
83 struct kmem_cache { struct84 struct kmem_cache_cpu __percpu *cpu_slab; argument96 struct kmem_cache_order_objects oo; argument99 struct kmem_cache_order_objects max; argument100 struct kmem_cache_order_objects min; argument101 gfp_t allocflags; /* gfp flags to use on each alloc */102 int refcount; /* Refcount for slab cache destroy */103 void (*ctor)(void *);104 unsigned int inuse; /* Offset to metadata */105 unsigned int align; /* Alignment */[all …]
74 struct kmem_cache *kmem_cache; member
20 struct kmem_cache { struct29 void *kmem_cache_alloc(struct kmem_cache *cachep, int gfp) in kmem_cache_alloc() argument
20 struct kmem_cache { struct28 void *kmem_cache_alloc(struct kmem_cache *cachep, int flags) in kmem_cache_alloc() argument
20 struct kmem_cache { struct21 unsigned int object_size;/* The original size of the object */22 unsigned int size; /* The aligned/padded/added on size */23 unsigned int align; /* Alignment as calculated */24 slab_flags_t flags; /* Active flags on the slab */25 unsigned int useroffset;/* Usercopy region offset */26 unsigned int usersize; /* Usercopy region size */27 const char *name; /* Slab name for sysfs */28 int refcount; /* Use counter */29 void (*ctor)(void *); /* Called on object slot creation */[all …]
33 struct kmem_cache *kmem_cache; variable723 void (*deact_fn)(struct kmem_cache *)) in slab_deactivate_memcg_cache_rcu_sched()
36 struct kmem_cache *kmem_cache; variable
702 struct kmem_cache *kmem_cache; in release_lbr_buffers() local721 struct kmem_cache *kmem_cache; in reserve_lbr_buffers() local