Home
last modified time | relevance | path

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

/linux-3.3/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.h77 struct kmem_cache { struct
78 struct kmem_cache_cpu __percpu *cpu_slab; argument
86 struct kmem_cache_order_objects oo; argument
89 struct kmem_cache_order_objects max; argument
90 struct kmem_cache_order_objects min; argument
109 struct kmem_cache_node *node[MAX_NUMNODES]; argument
/linux-3.3/mm/
Dslob.c562 struct kmem_cache { struct
569 struct kmem_cache *kmem_cache_create(const char *name, size_t size, in kmem_cache_create() argument
Dslub.c3188 static struct kmem_cache *kmem_cache; variable