Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_subr.c312 static enum { SYNCER_RUNNING, SYNCER_SHUTTING_DOWN, SYNCER_FINAL_DELAY } enumerator
2621 syncer_state = SYNCER_RUNNING; in sched_sync()
2637 if (syncer_state != SYNCER_RUNNING && in sched_sync()
2671 } while (syncer_state != SYNCER_RUNNING && LIST_EMPTY(slp) && in sched_sync()
2680 if (net_worklist_len > 0 || syncer_state == SYNCER_RUNNING) in sched_sync()
2730 if (syncer_state != SYNCER_RUNNING || in sched_sync()
2736 if (syncer_state != SYNCER_RUNNING) in sched_sync()
2796 syncer_state = SYNCER_RUNNING; in syncer_resume()