Home
last modified time | relevance | path

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

/dragonfly/sys/vm/
H A Dvm_zone.c304 z->ztotal = 0; in zinitna()
455 z->ztotal = nitems; in zbootinit()
679 z->ztotal += nitems; in zget()
808 (curzone->ztotal - freecnt), in sysctl_vm_zone()
H A Dvm_zone.h60 long ztotal; /* Total entries allocated now */ member
/dragonfly/usr.bin/vmstat/
H A Dvmstat.c1231 (long)(zone.ztotal - zfreecnt_next), in dozmem()
1234 (double)(zone.ztotal - zfreecnt_next) * in dozmem()
1240 (long)(zone.ztotal - zfreecnt_next), in dozmem()
1241 (long)(zone.ztotal - zfreecnt_next) * in dozmem()