Lines Matching defs:kmem_cache
24 struct kmem_cache { struct
46 struct kmem_cache *slabp_cache; argument
47 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;
62 unsigned long grown;
86 * We put array[] at the end of kmem_cache, because we want to size argument
102 struct kmem_cache *cs_cachep; argument