Lines Matching refs:psp
157 struct sigacts *psp; in linux_rt_sendsig() local
166 psp = p->p_sigacts; in linux_rt_sendsig()
167 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_rt_sendsig()
173 SIGISMEMBER(psp->ps_sigonstack, sig)) { in linux_rt_sendsig()
178 mtx_unlock(&psp->ps_mtx); in linux_rt_sendsig()
243 mtx_lock(&psp->ps_mtx); in linux_rt_sendsig()
261 struct sigacts *psp; in linux_sendsig() local
269 psp = p->p_sigacts; in linux_sendsig()
271 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_sendsig()
272 if (SIGISMEMBER(psp->ps_siginfo, sig)) { in linux_sendsig()
282 SIGISMEMBER(psp->ps_sigonstack, sig)) { in linux_sendsig()
287 mtx_unlock(&psp->ps_mtx); in linux_sendsig()
342 mtx_lock(&psp->ps_mtx); in linux_sendsig()