Home
last modified time | relevance | path

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

/dflybsd-src/sys/kern/
H A Dsubr_log.c77 static struct logsoftc { struct
82 } logsoftc; variable
101 callout_init_mp(&logsoftc.sc_callout); in logopen()
102 fsetown(p->p_pid, &logsoftc.sc_sigio); /* signal process only */ in logopen()
103 callout_reset(&logsoftc.sc_callout, hz / log_wakeups_per_second, in logopen()
113 callout_cancel(&logsoftc.sc_callout); in logclose()
114 logsoftc.sc_state = 0; in logclose()
115 funsetown(&logsoftc.sc_sigio); in logclose()
140 atomic_set_int(&logsoftc.sc_state, LOG_RDWAIT); in logread()
197 struct klist *klist = &logsoftc.sc_kqp.ki_note; in logkqfilter()
[all …]