Home
last modified time | relevance | path

Searched refs:maxnobj (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/systat/
H A Dproc.c134 static int maxnobj; in get_swap_vmobjects() local
149 if (nswobj < maxnobj) { in get_swap_vmobjects()
158 if (nswobj <= maxnobj) in get_swap_vmobjects()
161 last_nswobj = maxnobj; in get_swap_vmobjects()
162 maxnobj = nswobj; in get_swap_vmobjects()
165 if ((swobj = reallocf(swobj, maxnobj * sizeof(*swobj))) == in get_swap_vmobjects()