Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_subr.c313 syncer_state; variable
2621 syncer_state = SYNCER_RUNNING; in sched_sync()
2630 if (syncer_state == SYNCER_FINAL_DELAY && in sched_sync()
2637 if (syncer_state != SYNCER_RUNNING && in sched_sync()
2665 if (syncer_state == SYNCER_SHUTTING_DOWN && in sched_sync()
2668 syncer_state = SYNCER_FINAL_DELAY; in sched_sync()
2683 syncer_state = SYNCER_SHUTTING_DOWN; in sched_sync()
2730 if (syncer_state != SYNCER_RUNNING || in sched_sync()
2736 if (syncer_state != SYNCER_RUNNING) in sched_sync()
2776 syncer_state = SYNCER_SHUTTING_DOWN; in syncer_shutdown()
[all …]