Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_subr.c290 static int rushjob; /* number of slots to run ASAP */ variable
2714 if (rushjob > 0) { in sched_sync()
2715 rushjob -= 1; in sched_sync()
2755 if (rushjob < syncdelay / 2) { in speedup_syncer()
2756 rushjob += 1; in speedup_syncer()
2777 rushjob = 0; in syncer_shutdown()