Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_subr.c306 static int rushjob; /* number of slots to run ASAP */ variable
3044 if (rushjob > 0) { in sched_sync()
3045 rushjob -= 1; in sched_sync()
3085 if (rushjob < syncdelay / 2) { in speedup_syncer()
3086 rushjob += 1; in speedup_syncer()
3107 rushjob = 0; in syncer_shutdown()