Searched defs:kmem_cache (Results 1 – 4 of 4) sorted by relevance
24 struct kmem_cache { struct46 struct kmem_cache *slabp_cache; argument47 unsigned int slab_size;48 unsigned int dflags; /* dynamic flags */51 void (*ctor)(void *obj);54 const char *name;55 struct list_head next;59 unsigned long num_active;60 unsigned long num_allocations;61 unsigned long high_mark;[all …]
77 struct kmem_cache { struct78 struct kmem_cache_cpu __percpu *cpu_slab; argument86 struct kmem_cache_order_objects oo; argument89 struct kmem_cache_order_objects max; argument90 struct kmem_cache_order_objects min; argument109 struct kmem_cache_node *node[MAX_NUMNODES]; argument
562 struct kmem_cache { struct569 struct kmem_cache *kmem_cache_create(const char *name, size_t size, in kmem_cache_create() argument
3188 static struct kmem_cache *kmem_cache; variable