Home
last modified time | relevance | path

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

/system/extras/showslab/
Dshowslab.c19 struct slab_info { struct
21 struct slab_info *next; argument
22 unsigned long nr_pages; /* size of cache in pages */
46 typedef int (*sort_t)(const struct slab_info *, const struct slab_info *); argument