Home
last modified time | relevance | path

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

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