Home
last modified time | relevance | path

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

/Linux-v6.6/tools/mm/
Dslabinfo.c28 struct slabinfo { struct
49 } slabinfo[MAX_SLABS]; argument
/Linux-v6.6/mm/
Dslab.h372 struct slabinfo { struct
385 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo); argument
/Linux-v6.6/scripts/gdb/linux/
Dslab.py278 def slabinfo(): function