mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
Document kern.log_wakeups_per_second.
PR: 148680 MFC after: 2 weeks
This commit is contained in:
parent
61ed578ee6
commit
c51e4962a3
@ -98,10 +98,10 @@ static struct cv log_wakeup;
|
||||
struct mtx msgbuf_lock;
|
||||
MTX_SYSINIT(msgbuf_lock, &msgbuf_lock, "msgbuf lock", MTX_DEF);
|
||||
|
||||
/* Times per second to check for a pending syslog wakeup. */
|
||||
static int log_wakeups_per_second = 5;
|
||||
SYSCTL_INT(_kern, OID_AUTO, log_wakeups_per_second, CTLFLAG_RW,
|
||||
&log_wakeups_per_second, 0, "");
|
||||
&log_wakeups_per_second, 0,
|
||||
"How often (times per second) to check for /dev/log waiters.");
|
||||
|
||||
/*ARGSUSED*/
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user