Home
last modified time | relevance | path

Searched refs:dirty_count (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/vm/
H A Dvm_pageout.c1428 int act_delta, addl_page_shortage, dirty_count, dirty_thresh; in vm_pageout_scan_inactive() local
1450 dirty_count = 0; in vm_pageout_scan_inactive()
1467 while (page_shortage > 0 && dirty_count < dirty_thresh) { in vm_pageout_scan_inactive()
1653 dirty_count++; in vm_pageout_scan_inactive()
/freebsd/sys/contrib/xen/
H A Ddomctl.h259 uint32_t dirty_count; member