Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dslab.h63 struct kmem_cache_args { struct
69 unsigned int align;
73 unsigned int sheaf_capacity;
79 unsigned int useroffset;
85 unsigned int usersize;
107 unsigned int freeptr_offset;
111 bool use_freeptr_offset;
123 void (*ctor)(void *);
/linux/include/linux/
H A Dslab.h285 struct kmem_cache_args { struct
291 unsigned int align;
297 unsigned int useroffset;
303 unsigned int usersize;
327 unsigned int freeptr_offset;
331 bool use_freeptr_offset;
343 void (*ctor)(void *);
379 struct kmem_cache_args *args, argument