Home
last modified time | relevance | path

Searched defs:kmem_cache (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dslab_def.h24 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;
[all …]
Dslub_def.h80 struct kmem_cache { struct
81 struct kmem_cache_cpu __percpu *cpu_slab; argument
89 struct kmem_cache_order_objects oo; argument
92 struct kmem_cache_order_objects max; argument
93 struct kmem_cache_order_objects min; argument
112 struct kmem_cache_node *node[MAX_NUMNODES]; argument