Home
last modified time | relevance | path

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

/freebsd-head/sys/kern/
HDvfs_subr.c297 static struct cv sync_wakeup; variable
829 cv_init(&sync_wakeup, "syncer"); in vntblinit()
3132 cv_timedwait(&sync_wakeup, &sync_mtx, in sched_sync()
3135 cv_timedwait(&sync_wakeup, &sync_mtx, hz); in sched_sync()
3156 cv_broadcast(&sync_wakeup); in speedup_syncer()
3174 cv_broadcast(&sync_wakeup); in syncer_shutdown()
3193 cv_broadcast(&sync_wakeup); in syncer_resume()