Home
last modified time | relevance | path

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

/freebsd-head/sys/vm/
HDvm_extern.h131 u_int vm_inactive_count(void);
HDvm_meter.c393 VM_STATS_PROC(v_inactive_count, "Inactive pages", vm_inactive_count);
448 vm_inactive_count(void) in vm_inactive_count() function
HDvm_page.c5934 db_printf("vm_cnt.v_inactive_count: %d\n", vm_inactive_count()); in DB_SHOW_COMMAND_FLAGS()
/freebsd-head/sys/compat/linprocfs/
HDlinprocfs.c173 (vm_active_count() + vm_inactive_count() + vm_laundry_count()) * in linprocfs_domeminfo()