Searched refs:sync_wakeup (Results 1 – 4 of 4) sorted by relevance
95 if (!pvc->profile->synchronized || pvc->sync_wakeup || in vclient_read_linear()105 if (pvc->sync_wakeup) in vclient_read_linear()129 if (!pvc->profile->synchronized || pvc->sync_wakeup || in vclient_write_linear()135 if (pvc->sync_wakeup) in vclient_write_linear()
210 uint32_t sync_wakeup:1; member
527 pvc->sync_wakeup = 1; in vclient_close()
292 static struct cv sync_wakeup; variable823 cv_init(&sync_wakeup, "syncer"); in vntblinit()3145 cv_timedwait(&sync_wakeup, &sync_mtx, in sched_sync()3148 cv_timedwait(&sync_wakeup, &sync_mtx, hz); in sched_sync()3169 cv_broadcast(&sync_wakeup); in speedup_syncer()3187 cv_broadcast(&sync_wakeup); in syncer_shutdown()3206 cv_broadcast(&sync_wakeup); in syncer_resume()