Searched defs:kmem_cache_s (Results 1 – 1 of 1) sorted by relevance
190 struct kmem_cache_s { struct193 struct list_head slabs_full;194 struct list_head slabs_partial;195 struct list_head slabs_free;196 unsigned int objsize;197 unsigned int flags; /* constant flags */198 unsigned int num; /* # of objs per slab */199 spinlock_t spinlock;201 unsigned int batchcount;206 unsigned int gfporder;[all …]