Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_extern.h130 u_int vm_active_count(void);
H A Dvm_meter.c391 VM_STATS_PROC(v_active_count, "Active pages", vm_active_count);
441 vm_active_count(void) in vm_active_count() function
H A Dvm_page.c5924 db_printf("vm_cnt.v_active_count: %d\n", vm_active_count()); in DB_SHOW_COMMAND_FLAGS()
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c173 (vm_active_count() + vm_inactive_count() + vm_laundry_count()) * in linprocfs_domeminfo()