Lines Matching refs:psp
265 struct sigacts *psp; in linux_rt_sendsig() local
275 psp = p->p_sigacts; in linux_rt_sendsig()
276 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_rt_sendsig()
282 SIGISMEMBER(psp->ps_sigonstack, sig)) { in linux_rt_sendsig()
287 mtx_unlock(&psp->ps_mtx); in linux_rt_sendsig()
360 mtx_lock(&psp->ps_mtx); in linux_rt_sendsig()
378 struct sigacts *psp; in linux_sendsig() local
388 psp = p->p_sigacts; in linux_sendsig()
389 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_sendsig()
390 if (SIGISMEMBER(psp->ps_siginfo, sig)) { in linux_sendsig()
401 SIGISMEMBER(psp->ps_sigonstack, sig)) { in linux_sendsig()
406 mtx_unlock(&psp->ps_mtx); in linux_sendsig()
466 mtx_lock(&psp->ps_mtx); in linux_sendsig()