Home
last modified time | relevance | path

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

/freebsd-src/sbin/hastd/
H A Dprimary.c153 static bool sync_inprogress; variable
890 sync_inprogress = true; in sync_start()
900 if (sync_inprogress) in sync_stop()
901 sync_inprogress = false; in sync_stop()
1973 if (offset >= 0 && !sync_inprogress) { in sync_thread()
1981 while (!sync_inprogress) { in sync_thread()