Home
last modified time | relevance | path

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

/mm/
A Dslab.h234 struct kmem_cache { struct
236 struct kmem_cache_cpu __percpu *cpu_slab; argument
251 struct kmem_cache_order_objects oo; argument
254 struct kmem_cache_order_objects min; argument
258 unsigned int inuse; /* Offset to metadata */
259 unsigned int align; /* Alignment */
261 const char *name; /* Name (only for display!) */
262 struct list_head list; /* List of slab caches */
264 struct kobject kobj; /* For sysfs */
290 struct kmem_cache_node *node[MAX_NUMNODES]; argument
[all …]
A Dslab_common.c43 struct kmem_cache *kmem_cache; variable

Completed in 10 milliseconds