Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDvfs_subr.c332 static enum { SYNCER_RUNNING, SYNCER_SHUTTING_DOWN, SYNCER_FINAL_DELAY } enumerator
2970 syncer_state = SYNCER_RUNNING; in sched_sync()
2986 if (syncer_state != SYNCER_RUNNING && in sched_sync()
3020 } while (syncer_state != SYNCER_RUNNING && LIST_EMPTY(slp) && in sched_sync()
3029 if (net_worklist_len > 0 || syncer_state == SYNCER_RUNNING) in sched_sync()
3079 if (syncer_state != SYNCER_RUNNING || in sched_sync()
3085 if (syncer_state != SYNCER_RUNNING) in sched_sync()
3145 syncer_state = SYNCER_RUNNING; in syncer_resume()