Searched refs:logsoftc (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/kern/
H A Dsubr_log.c87 static struct logsoftc { struct
92 } logsoftc; variable in typeref:struct:logsoftc
120 callout_reset_sbt(&logsoftc.sc_callout,
124 fsetown(td->td_proc->p_pid, &logsoftc.sc_sigio); /* signal process only */
133 funsetown(&logsoftc.sc_sigio);
136 callout_stop(&logsoftc.sc_callout);
137 logsoftc.sc_state = 0;
190 selrecord(td, &logsoftc.sc_selp);
207 knlist_add(&logsoftc.sc_selp.si_note, kn, 1);
226 knlist_remove(&logsoftc
[all...]

Completed in 93 milliseconds