Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dobjcache.h119 u_long oc_used; member
/dragonfly/sys/kern/
H A Dkern_objcache.c993 stat.oc_used = stat.oc_requested - puts; in sysctl_ocstats()
994 if (stat.oc_limit > unalloc + stat.oc_used) { in sysctl_ocstats()
996 (unalloc + stat.oc_used); in sysctl_ocstats()
/dragonfly/usr.bin/vmstat/
H A Dvmstat.c1159 formatnum(s->oc_used, 5, 1), in dooc()