Home
last modified time | relevance | path

Searched refs:ps_mtx (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsig.h58 mtx_lock(&p->p_sigacts->ps_mtx); in issig()
60 mtx_unlock(&p->p_sigacts->ps_mtx); in issig()
/f-stack/freebsd/kern/
H A Dkern_sig.c706 mtx_lock(&ps->ps_mtx); in kern_sigaction()
829 mtx_unlock(&ps->ps_mtx); in kern_sigaction()
953 mtx_lock(&ps->ps_mtx); in siginit()
959 mtx_unlock(&ps->ps_mtx); in siginit()
996 mtx_lock(&ps->ps_mtx); in execsigs()
1032 mtx_unlock(&ps->ps_mtx); in execsigs()
1289 mtx_lock(&ps->ps_mtx); in kern_sigtimedwait()
2023 mtx_lock(&ps->ps_mtx); in trapsignal()
2206 mtx_lock(&ps->ps_mtx); in tdsendsignal()
3182 mtx_lock(&ps->ps_mtx); in sig_ast_needsigchk()
[all …]
H A Dsubr_trap.c321 mtx_lock(&p->p_sigacts->ps_mtx); in ast()
326 mtx_unlock(&p->p_sigacts->ps_mtx); in ast()
H A Dkern_kthread.c113 mtx_lock(&p2->p_sigacts->ps_mtx); in kproc_create()
115 mtx_unlock(&p2->p_sigacts->ps_mtx); in kproc_create()
H A Dkern_exit.c609 mtx_lock(&p->p_pptr->p_sigacts->ps_mtx); in exit1()
614 mtx_unlock(&p->p_pptr->p_sigacts->ps_mtx); in exit1()
628 mtx_unlock(&p->p_pptr->p_sigacts->ps_mtx); in exit1()
H A Dkern_fork.c501 mtx_lock(&p2->p_sigacts->ps_mtx); in do_fork()
503 mtx_unlock(&p2->p_sigacts->ps_mtx); in do_fork()
H A Dkern_proc.c1099 mtx_lock(&ps->ps_mtx); in fill_kinfo_proc_only()
1102 mtx_unlock(&ps->ps_mtx); in fill_kinfo_proc_only()
/f-stack/freebsd/amd64/ia32/
H A Dia32_signal.c351 mtx_assert(&psp->ps_mtx, MA_OWNED); in ia32_osendsig()
381 mtx_unlock(&psp->ps_mtx); in ia32_osendsig()
430 mtx_lock(&psp->ps_mtx); in ia32_osendsig()
454 mtx_assert(&psp->ps_mtx, MA_OWNED); in freebsd4_ia32_sendsig()
518 mtx_unlock(&psp->ps_mtx); in freebsd4_ia32_sendsig()
542 mtx_lock(&psp->ps_mtx); in freebsd4_ia32_sendsig()
579 mtx_assert(&psp->ps_mtx, MA_OWNED); in ia32_sendsig()
658 mtx_unlock(&psp->ps_mtx); in ia32_sendsig()
684 mtx_lock(&psp->ps_mtx); in ia32_sendsig()
/f-stack/freebsd/arm64/arm64/
H A Dfreebsd32_machdep.c327 mtx_assert(&psp->ps_mtx, MA_OWNED); in freebsd32_sendsig()
367 mtx_unlock(&psp->ps_mtx); in freebsd32_sendsig()
409 mtx_lock(&psp->ps_mtx); in freebsd32_sendsig()
H A Dmachdep.c835 mtx_assert(&psp->ps_mtx, MA_OWNED); in sendsig()
867 mtx_unlock(&psp->ps_mtx); in sendsig()
895 mtx_lock(&psp->ps_mtx); in sendsig()
/f-stack/freebsd/mips/mips/
H A Dpm_machdep.c102 mtx_assert(&psp->ps_mtx, MA_OWNED); in sendsig()
157 mtx_unlock(&psp->ps_mtx); in sendsig()
180 mtx_lock(&psp->ps_mtx); in sendsig()
H A Dfreebsd32_machdep.c366 mtx_assert(&psp->ps_mtx, MA_OWNED); in freebsd32_sendsig()
424 mtx_unlock(&psp->ps_mtx); in freebsd32_sendsig()
447 mtx_lock(&psp->ps_mtx); in freebsd32_sendsig()
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c409 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_rt_sendsig()
420 mtx_unlock(&psp->ps_mtx); in linux_rt_sendsig()
488 mtx_lock(&psp->ps_mtx); in linux_rt_sendsig()
517 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_sendsig()
533 mtx_unlock(&psp->ps_mtx); in linux_sendsig()
590 mtx_lock(&psp->ps_mtx); in linux_sendsig()
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c276 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_rt_sendsig()
287 mtx_unlock(&psp->ps_mtx); in linux_rt_sendsig()
360 mtx_lock(&psp->ps_mtx); in linux_rt_sendsig()
389 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_sendsig()
406 mtx_unlock(&psp->ps_mtx); in linux_sendsig()
466 mtx_lock(&psp->ps_mtx); in linux_sendsig()
/f-stack/freebsd/arm/arm/
H A Dmachdep.c549 mtx_assert(&psp->ps_mtx, MA_OWNED);
588 mtx_unlock(&psp->ps_mtx);
632 mtx_lock(&psp->ps_mtx);
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c625 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_rt_sendsig()
641 mtx_unlock(&psp->ps_mtx); in linux_rt_sendsig()
702 mtx_lock(&psp->ps_mtx); in linux_rt_sendsig()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c337 mtx_assert(&psp->ps_mtx, MA_OWNED); in osendsig()
369 mtx_unlock(&psp->ps_mtx); in osendsig()
445 mtx_lock(&psp->ps_mtx); in osendsig()
466 mtx_assert(&psp->ps_mtx, MA_OWNED); in freebsd4_sendsig()
515 mtx_unlock(&psp->ps_mtx); in freebsd4_sendsig()
565 mtx_lock(&psp->ps_mtx); in freebsd4_sendsig()
589 mtx_assert(&psp->ps_mtx, MA_OWNED); in sendsig()
674 mtx_unlock(&psp->ps_mtx); in sendsig()
728 mtx_lock(&psp->ps_mtx); in sendsig()
/f-stack/freebsd/sys/
H A Dsignalvar.h69 struct mtx ps_mtx; member
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c362 mtx_assert(&psp->ps_mtx, MA_OWNED); in sendsig()
428 mtx_unlock(&psp->ps_mtx); in sendsig()
456 mtx_lock(&psp->ps_mtx); in sendsig()