Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_meter.c152 int32_t t_avmshr; member
260 total.t_avmshr += object->size; in vmtotal()
283 total11.t_avmshr = total.t_avmshr; /* truncate */ in vmtotal()
/freebsd/sys/sys/
H A Dvmmeter.h47 uint64_t t_avmshr; /* active shared virtual memory */ member
/freebsd/usr.bin/systat/
H A Dvmstat.c457 sysputpage(wnd, MEMROW + 2, MEMCOL + 29, 6, total.t_avmshr, 0); in showkre()
/freebsd/sbin/sysctl/
H A Dsysctl.c697 pg2k(v->t_vmshr), pg2k(v->t_avmshr)); in S_vmtotal()