Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/hastd/
H A Dprimary.c154 static bool sync_inprogress; variable
891 sync_inprogress = true; in sync_start()
901 if (sync_inprogress) in sync_stop()
902 sync_inprogress = false; in sync_stop()
1974 if (offset >= 0 && !sync_inprogress) { in sync_thread()
1982 while (!sync_inprogress) { in sync_thread()