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.c327 static enum { SYNCER_RUNNING, SYNCER_SHUTTING_DOWN, SYNCER_FINAL_DELAY } enumerator
2951 syncer_state = SYNCER_RUNNING; in sched_sync()
2967 if (syncer_state != SYNCER_RUNNING && in sched_sync()
3001 } while (syncer_state != SYNCER_RUNNING && LIST_EMPTY(slp) && in sched_sync()
3010 if (net_worklist_len > 0 || syncer_state == SYNCER_RUNNING) in sched_sync()
3060 if (syncer_state != SYNCER_RUNNING || in sched_sync()
3066 if (syncer_state != SYNCER_RUNNING) in sched_sync()
3126 syncer_state = SYNCER_RUNNING; in syncer_resume()