Searched refs:vm_active_count (Results 1 – 3 of 3) sorted by relevance
131 u_int vm_active_count(void);
411 VM_STATS_PROC(v_active_count, "Active pages", vm_active_count);461 vm_active_count(void) in vm_active_count() function
5479 db_printf("vm_cnt.v_active_count: %d\n", vm_active_count()); in DB_SHOW_COMMAND()