Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_meter.c149 int32_t t_rm; member
250 total.t_rm += object->resident_page_count; in vmtotal()
280 total11.t_rm = total.t_rm; /* truncate */ in vmtotal()
/freebsd/sys/sys/
H A Dvmmeter.h44 uint64_t t_rm; /* total real memory in use */ member
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_storage_tbl.c269 entry->size = mem_stats.t_rm; in storage_OS_get_vm()
/freebsd/usr.bin/systat/
H A Dvmstat.c458 sysputpage(wnd, MEMROW + 3, MEMCOL + 4, 6, total.t_rm, 0); in showkre()
/freebsd/sbin/sysctl/
H A Dsysctl.c695 pg2k(v->t_rm), pg2k(v->t_arm)); in S_vmtotal()