Searched refs:v_paging_wait (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/sys/vm/ |
| HD | vm_meter.c | 73 SYSCTL_ULONG(_vm, VM_V_PAGING_WAIT, v_paging_wait, 74 CTLFLAG_RW, &vmstats.v_paging_wait, 0, 386 v_paging_wait, CTLFLAG_RW, &vmstats.v_paging_wait, 0,
|
| HD | vm_page2.h | 147 delta = vmstats.v_paging_wait - vmstats.v_free_min - 1; in vm_paging_min_nice() 177 if (__predict_false(gd->gd_vmstats.v_paging_wait > in vm_paging_wait()
|
| HD | vm_pageout.c | 2289 vmstats.v_paging_wait = vmstats.v_free_min * 2; in vm_pageout_thread()
|
| HD | vm_page.c | 4208 db_printf("vmstats.v_paging_wait: %ld\n", vmstats.v_paging_wait); in DB_SHOW_COMMAND()
|
| /dragonfly/sys/sys/ |
| HD | vmmeter.h | 147 long v_paging_wait; /* vs (free + cache), stall user-land */ member
|