Home
last modified time | relevance | path

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

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