Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_meter.c175 int32_t t_free; member
287 total.t_free = vm_free_count(); in vmtotal()
306 total11.t_free = total.t_free; /* truncate */ in vmtotal()
/f-stack/freebsd/sys/
H A Dvmmeter.h53 uint64_t t_free; /* free memory pages */ member
/f-stack/tools/sysctl/
H A Dsysctl.c111 int32_t t_free; /* free memory pages */ member
861 printf("Free Memory:\t%juK", pg2k(v->t_free));