Searched refs:vm_inactive_count (Results 1 – 3 of 3) sorted by relevance
132 u_int vm_inactive_count(void);
413 VM_STATS_PROC(v_inactive_count, "Inactive pages", vm_inactive_count);468 vm_inactive_count(void) in vm_inactive_count() function
5478 db_printf("vm_cnt.v_inactive_count: %d\n", vm_inactive_count()); in DB_SHOW_COMMAND()