Searched refs:max_pending_per_proc (Results 1 – 1 of 1) sorted by relevance
140 static int max_pending_per_proc = 128; variable141 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()