Searched refs:slab_info (Results 1 – 1 of 1) sorted by relevance
19 struct slab_info { struct21 struct slab_info *next; argument46 typedef int (*sort_t)(const struct slab_info *, const struct slab_info *); argument60 static struct slab_info * get_slabinfo(struct slab_stat *stats) in get_slabinfo()62 struct slab_info *head = NULL, *p = NULL, *prev = NULL; in get_slabinfo()97 p = malloc(sizeof (struct slab_info)); in get_slabinfo()160 static void free_slablist(struct slab_info *list) in free_slablist()163 struct slab_info *temp = list->next; in free_slablist()169 static struct slab_info *merge_objs(struct slab_info *a, struct slab_info *b) in merge_objs()171 struct slab_info list; in merge_objs()[all …]