Home
last modified time | relevance | path

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

/linux/tools/mm/
H A Dslabinfo.c28 struct slabinfo { struct
49 } slabinfo[MAX_SLABS]; argument
/linux/mm/
H A Dslab.h485 struct slabinfo { struct
498 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo); argument
/linux/scripts/gdb/linux/
H A Dslab.py277 def slabinfo(): function