Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_extern.h132 u_int vm_inactive_count(void);
H A Dvm_meter.c413 VM_STATS_PROC(v_inactive_count, "Inactive pages", vm_inactive_count);
468 vm_inactive_count(void) in vm_inactive_count() function
H A Dvm_page.c5478 db_printf("vm_cnt.v_inactive_count: %d\n", vm_inactive_count()); in DB_SHOW_COMMAND()