Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_meter.c153 int32_t t_rmshr; member
258 total.t_rmshr += object->resident_page_count; in vmtotal()
284 total11.t_rmshr = total.t_rmshr; /* truncate */ in vmtotal()
/freebsd/sys/sys/
H A Dvmmeter.h48 uint64_t t_rmshr; /* shared real memory */ member
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_storage_tbl.c283 entry->size = mem_stats.t_rmshr; in storage_OS_get_vm()
/freebsd/usr.bin/systat/
H A Dvmstat.c459 sysputpage(wnd, MEMROW + 3, MEMCOL + 12, 6, total.t_rmshr, 0); in showkre()
/freebsd/sbin/sysctl/
H A Dsysctl.c699 pg2k(v->t_rmshr), pg2k(v->t_armshr)); in S_vmtotal()