Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_subr.c276 static struct cv sync_wakeup; variable
687 cv_init(&sync_wakeup, "syncer"); in vntblinit()
2737 cv_timedwait(&sync_wakeup, &sync_mtx, in sched_sync()
2740 cv_timedwait(&sync_wakeup, &sync_mtx, hz); in sched_sync()
2761 cv_broadcast(&sync_wakeup); in speedup_syncer()
2779 cv_broadcast(&sync_wakeup); in syncer_shutdown()
2798 cv_broadcast(&sync_wakeup); in syncer_resume()