Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dvmmeter.h189 int64_t t_avmshr; /* active shared virtual memory */ member
/dragonfly/sys/vm/
H A Dvm_meter.c127 total.t_avmshr += gd->gd_vmtotal.t_avmshr; in do_vmtotal()
/dragonfly/usr.bin/systat/
H A Dvmstat.c553 put64(pgtob(total.t_avm + total.t_avmshr), in showkre()
564 put64(pgtob(total.t_avmshr), MEMROW + 2, MEMCOL + 26, 6, 0); in showkre()