Lines Matching refs:psp
384 struct sigacts *psp; in linux_rt_sendsig() local
393 psp = p->p_sigacts; in linux_rt_sendsig()
394 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_rt_sendsig()
405 SIGISMEMBER(psp->ps_sigonstack, sig)) { in linux_rt_sendsig()
410 mtx_unlock(&psp->ps_mtx); in linux_rt_sendsig()
490 mtx_lock(&psp->ps_mtx); in linux_rt_sendsig()
509 struct sigacts *psp; in linux_sendsig() local
517 psp = p->p_sigacts; in linux_sendsig()
520 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_sendsig()
521 if (SIGISMEMBER(psp->ps_siginfo, sig)) { in linux_sendsig()
537 SIGISMEMBER(psp->ps_sigonstack, sig)) { in linux_sendsig()
542 mtx_unlock(&psp->ps_mtx); in linux_sendsig()
599 mtx_lock(&psp->ps_mtx); in linux_sendsig()