Home
last modified time | relevance | path

Searched defs:syncer_ctx (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/kern/
H A Dvfs_sync.c108 struct syncer_ctx { struct
109 struct mount *sc_mp;
110 struct lwkt_token sc_token;
111 struct thread *sc_thread;
112 int sc_flags;
113 struct synclist *syncer_workitem_pending;
114 long syncer_mask;
115 int syncer_delayno;
116 int syncer_forced;
117 int syncer_rushjob; /* sequence vnodes faster */
[all …]