Home
last modified time | relevance | path

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

/linux-2.4.37.9/mm/
Dslab.c190 struct kmem_cache_s { struct
193 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 …]