Lines Matching refs:psp
399 struct sigacts *psp; in linux_rt_sendsig() local
408 psp = p->p_sigacts; in linux_rt_sendsig()
409 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_rt_sendsig()
415 SIGISMEMBER(psp->ps_sigonstack, sig)) { in linux_rt_sendsig()
420 mtx_unlock(&psp->ps_mtx); in linux_rt_sendsig()
488 mtx_lock(&psp->ps_mtx); in linux_rt_sendsig()
506 struct sigacts *psp; in linux_sendsig() local
514 psp = p->p_sigacts; in linux_sendsig()
517 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_sendsig()
518 if (SIGISMEMBER(psp->ps_siginfo, sig)) { in linux_sendsig()
528 SIGISMEMBER(psp->ps_sigonstack, sig)) { in linux_sendsig()
533 mtx_unlock(&psp->ps_mtx); in linux_sendsig()
590 mtx_lock(&psp->ps_mtx); in linux_sendsig()