Lines Matching refs:psp
274 struct sigacts *psp; in linux_rt_sendsig() local
284 psp = p->p_sigacts; in linux_rt_sendsig()
285 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_rt_sendsig()
296 SIGISMEMBER(psp->ps_sigonstack, sig)) { in linux_rt_sendsig()
301 mtx_unlock(&psp->ps_mtx); in linux_rt_sendsig()
386 mtx_lock(&psp->ps_mtx); in linux_rt_sendsig()
405 struct sigacts *psp; in linux_sendsig() local
415 psp = p->p_sigacts; in linux_sendsig()
416 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_sendsig()
417 if (SIGISMEMBER(psp->ps_siginfo, sig)) { in linux_sendsig()
434 SIGISMEMBER(psp->ps_sigonstack, sig)) { in linux_sendsig()
439 mtx_unlock(&psp->ps_mtx); in linux_sendsig()
499 mtx_lock(&psp->ps_mtx); in linux_sendsig()