Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_subr.c332 static enum { SYNCER_RUNNING, SYNCER_SHUTTING_DOWN, SYNCER_FINAL_DELAY } enumerator
3014 syncer_state = SYNCER_RUNNING; in sched_sync()
3030 if (syncer_state != SYNCER_RUNNING && in sched_sync()
3064 } while (syncer_state != SYNCER_RUNNING && LIST_EMPTY(slp) && in sched_sync()
3073 if (net_worklist_len > 0 || syncer_state == SYNCER_RUNNING) in sched_sync()
3123 if (syncer_state != SYNCER_RUNNING || in sched_sync()
3129 if (syncer_state != SYNCER_RUNNING) in sched_sync()
3189 syncer_state = SYNCER_RUNNING; in syncer_resume()