Searched defs:kmem_cache (Results 1 – 7 of 7) sorted by relevance
12 struct kmem_cache { struct17 unsigned int limit;18 unsigned int shared;20 unsigned int size;32 gfp_t allocflags;42 const char *name;44 int refcount;45 int object_size;46 int align;62 atomic_t freehit;[all …]
92 struct kmem_cache { struct94 struct kmem_cache_cpu __percpu *cpu_slab; argument109 struct kmem_cache_order_objects oo; argument112 struct kmem_cache_order_objects min; argument115 void (*ctor)(void *);116 unsigned int inuse; /* Offset to metadata */117 unsigned int align; /* Alignment */119 const char *name; /* Name (only for display!) */122 struct kobject kobj; /* For sysfs */148 struct kmem_cache_node *node[MAX_NUMNODES]; argument[all …]
97 struct kmem_cache *kmem_cache; member
19 struct kmem_cache { struct31 void kmem_cache_set_non_kernel(struct kmem_cache *cachep, unsigned int val) in kmem_cache_set_non_kernel() argument
215 struct kmem_cache { struct216 unsigned int object_size;/* The original size of the object */217 unsigned int size; /* The aligned/padded/added on size */218 unsigned int align; /* Alignment as calculated */219 slab_flags_t flags; /* Active flags on the slab */220 const char *name; /* Slab name for sysfs */221 int refcount; /* Use counter */222 void (*ctor)(void *); /* Called on object slot creation */223 struct list_head list; /* List of all slab caches on the system */
38 struct kmem_cache *kmem_cache; variable
621 struct kmem_cache *kmem_cache; in release_lbr_buffers() local640 struct kmem_cache *kmem_cache; in reserve_lbr_buffers() local
Completed in 17 milliseconds