Searched defs:slab_stat (Results 1 – 1 of 1) sorted by relevance
32 struct slab_stat { struct33 unsigned long total_size; /* size of all objects */34 unsigned long active_size; /* size of all active objects */35 unsigned long nr_objs; /* total number of objects */36 unsigned long nr_active_objs; /* total number of active objects */60 static struct slab_info * get_slabinfo(struct slab_stat *stats) in get_slabinfo() argument