Searched defs:kmem_cache (Results 1 – 3 of 3) sorted by relevance
20 struct kmem_cache { struct21 unsigned int object_size;/* The original size of the object */22 unsigned int size; /* The aligned/padded/added on size */23 unsigned int align; /* Alignment as calculated */24 slab_flags_t flags; /* Active flags on the slab */25 unsigned int useroffset;/* Usercopy region offset */26 unsigned int usersize; /* Usercopy region size */27 const char *name; /* Slab name for sysfs */28 int refcount; /* Use counter */29 void (*ctor)(void *); /* Called on object slot creation */[all …]
39 struct kmem_cache *kmem_cache; variable
588 int (*fn)(const struct kmem_cache *, const void *, in get_each_object_track()