Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dvmstat.c31 struct vmstat_proc { struct
42 // All the elements of vmstat_proc are the same size, so we can populate it as argument
44 static void get_vmstat_proc(struct vmstat_proc *vmstat_proc) in get_vmstat_proc()