Home
last modified time | relevance | path

Searched refs:v_paging_wait (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/vm/
HDvm_meter.c73 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,
HDvm_page2.h147 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()
HDvm_pageout.c2289 vmstats.v_paging_wait = vmstats.v_free_min * 2; in vm_pageout_thread()
HDvm_page.c4208 db_printf("vmstats.v_paging_wait: %ld\n", vmstats.v_paging_wait); in DB_SHOW_COMMAND()
/dragonfly/sys/sys/
HDvmmeter.h147 long v_paging_wait; /* vs (free + cache), stall user-land */ member