Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_subr.c328 syncer_state; variable
2951 syncer_state = SYNCER_RUNNING; in sched_sync()
2960 if (syncer_state == SYNCER_FINAL_DELAY && in sched_sync()
2967 if (syncer_state != SYNCER_RUNNING && in sched_sync()
2995 if (syncer_state == SYNCER_SHUTTING_DOWN && in sched_sync()
2998 syncer_state = SYNCER_FINAL_DELAY; in sched_sync()
3013 syncer_state = SYNCER_SHUTTING_DOWN; in sched_sync()
3060 if (syncer_state != SYNCER_RUNNING || in sched_sync()
3066 if (syncer_state != SYNCER_RUNNING) in sched_sync()
3106 syncer_state = SYNCER_SHUTTING_DOWN; in syncer_shutdown()
[all …]