Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_sig.c140 static int max_pending_per_proc = 128; variable
141 SYSCTL_INT(_kern_sigqueue, OID_AUTO, max_pending_per_proc, CTLFLAG_RW,
142 &max_pending_per_proc, 0, "Max pending signals per proc");
257 p31b_setcfg(CTL_P1003_1B_SIGQUEUE_MAX, max_pending_per_proc); in sigqueue_start()
410 if (p != NULL && p->p_pendingcnt >= max_pending_per_proc) { in sigqueue_add()