Home
last modified time | relevance | path

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

12

/freebsd-11-stable/sys/kern/
HDkern_sig.c595 mtx_assert(&td->td_proc->p_sigacts->ps_mtx, MA_OWNED); in cursig()
699 mtx_lock(&ps->ps_mtx); in kern_sigaction()
725 mtx_unlock(&ps->ps_mtx); in kern_sigaction()
822 mtx_unlock(&ps->ps_mtx); in kern_sigaction()
947 mtx_lock(&ps->ps_mtx); in siginit()
953 mtx_unlock(&ps->ps_mtx); in siginit()
964 mtx_assert(&ps->ps_mtx, MA_OWNED); in sigdflt()
990 mtx_lock(&ps->ps_mtx); in execsigs()
1026 mtx_unlock(&ps->ps_mtx); in execsigs()
1047 mtx_assert(&p->p_sigacts->ps_mtx, (flags & SIGPROCMASK_PS_LOCKED) != 0 in kern_sigprocmask()
[all …]
HDsubr_trap.c316 mtx_lock(&p->p_sigacts->ps_mtx); in ast()
319 mtx_unlock(&p->p_sigacts->ps_mtx); in ast()
HDkern_kthread.c109 mtx_lock(&p2->p_sigacts->ps_mtx); in kproc_create()
111 mtx_unlock(&p2->p_sigacts->ps_mtx); in kproc_create()
HDsubr_sleepqueue.c476 mtx_lock(&ps->ps_mtx); in sleepq_catch_signals()
479 mtx_unlock(&ps->ps_mtx); in sleepq_catch_signals()
492 mtx_unlock(&ps->ps_mtx); in sleepq_catch_signals()
494 mtx_unlock(&ps->ps_mtx); in sleepq_catch_signals()
HDkern_exit.c590 mtx_lock(&p->p_pptr->p_sigacts->ps_mtx); in exit1()
595 mtx_unlock(&p->p_pptr->p_sigacts->ps_mtx); in exit1()
609 mtx_unlock(&p->p_pptr->p_sigacts->ps_mtx); in exit1()
HDkern_fork.c544 mtx_lock(&p2->p_sigacts->ps_mtx); in do_fork()
546 mtx_unlock(&p2->p_sigacts->ps_mtx); in do_fork()
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
HDsig.h57 mtx_lock(&p->p_sigacts->ps_mtx); in issig()
59 mtx_unlock(&p->p_sigacts->ps_mtx); in issig()
/freebsd-11-stable/sys/amd64/ia32/
HDia32_signal.c352 mtx_assert(&psp->ps_mtx, MA_OWNED); in ia32_osendsig()
382 mtx_unlock(&psp->ps_mtx); in ia32_osendsig()
431 mtx_lock(&psp->ps_mtx); in ia32_osendsig()
455 mtx_assert(&psp->ps_mtx, MA_OWNED); in freebsd4_ia32_sendsig()
519 mtx_unlock(&psp->ps_mtx); in freebsd4_ia32_sendsig()
543 mtx_lock(&psp->ps_mtx); in freebsd4_ia32_sendsig()
580 mtx_assert(&psp->ps_mtx, MA_OWNED); in ia32_sendsig()
660 mtx_unlock(&psp->ps_mtx); in ia32_sendsig()
686 mtx_lock(&psp->ps_mtx); in ia32_sendsig()
/freebsd-11-stable/sys/compat/svr4/
HDsvr4_filio.c147 mtx_lock(&ps->ps_mtx);
154 mtx_unlock(&ps->ps_mtx);
/freebsd-11-stable/sys/mips/mips/
HDpm_machdep.c99 mtx_assert(&psp->ps_mtx, MA_OWNED); in sendsig()
155 mtx_unlock(&psp->ps_mtx); in sendsig()
178 mtx_lock(&psp->ps_mtx); in sendsig()
HDfreebsd32_machdep.c383 mtx_assert(&psp->ps_mtx, MA_OWNED); in freebsd32_sendsig()
441 mtx_unlock(&psp->ps_mtx); in freebsd32_sendsig()
464 mtx_lock(&psp->ps_mtx); in freebsd32_sendsig()
/freebsd-11-stable/sys/netsmb/
HDsmb_subr.c81 mtx_lock(&p->p_sigacts->ps_mtx); in smb_td_intr()
83 mtx_unlock(&p->p_sigacts->ps_mtx); in smb_td_intr()
/freebsd-11-stable/sys/i386/linux/
HDlinux_sysvec.c384 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_rt_sendsig()
400 mtx_unlock(&psp->ps_mtx); in linux_rt_sendsig()
480 mtx_lock(&psp->ps_mtx); in linux_rt_sendsig()
510 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_sendsig()
532 mtx_unlock(&psp->ps_mtx); in linux_sendsig()
589 mtx_lock(&psp->ps_mtx); in linux_sendsig()
/freebsd-11-stable/sys/amd64/linux32/
HDlinux32_sysvec.c279 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_rt_sendsig()
295 mtx_unlock(&psp->ps_mtx); in linux_rt_sendsig()
380 mtx_lock(&psp->ps_mtx); in linux_rt_sendsig()
410 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_sendsig()
433 mtx_unlock(&psp->ps_mtx); in linux_sendsig()
493 mtx_lock(&psp->ps_mtx); in linux_sendsig()
/freebsd-11-stable/sys/i386/svr4/
HDsvr4_machdep.c434 mtx_assert(&psp->ps_mtx, MA_OWNED);
450 mtx_unlock(&psp->ps_mtx);
513 mtx_lock(&psp->ps_mtx);
/freebsd-11-stable/sys/riscv/riscv/
HDmachdep.c503 mtx_assert(&psp->ps_mtx, MA_OWNED); in sendsig()
533 mtx_unlock(&psp->ps_mtx); in sendsig()
562 mtx_lock(&psp->ps_mtx); in sendsig()
/freebsd-11-stable/sys/fs/nfs/
HDnfs_commonkrpc.c1199 mtx_lock(&p->p_sigacts->ps_mtx); in newnfs_set_sigmask()
1211 mtx_unlock(&p->p_sigacts->ps_mtx); in newnfs_set_sigmask()
1269 mtx_lock(&p->p_sigacts->ps_mtx); in newnfs_sigintr()
1271 mtx_unlock(&p->p_sigacts->ps_mtx); in newnfs_sigintr()
/freebsd-11-stable/sys/arm64/arm64/
HDmachdep.c568 mtx_assert(&psp->ps_mtx, MA_OWNED); in sendsig()
601 mtx_unlock(&psp->ps_mtx); in sendsig()
629 mtx_lock(&psp->ps_mtx); in sendsig()
/freebsd-11-stable/sys/amd64/linux/
HDlinux_sysvec.c576 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_rt_sendsig()
592 mtx_unlock(&psp->ps_mtx); in linux_rt_sendsig()
656 mtx_lock(&psp->ps_mtx); in linux_rt_sendsig()
/freebsd-11-stable/sys/sparc64/sparc64/
HDmachdep.c620 mtx_assert(&psp->ps_mtx, MA_OWNED); in sendsig()
654 mtx_unlock(&psp->ps_mtx); in sendsig()
697 mtx_lock(&psp->ps_mtx); in sendsig()
/freebsd-11-stable/sys/i386/i386/
HDmachdep.c362 mtx_assert(&psp->ps_mtx, MA_OWNED); in osendsig()
394 mtx_unlock(&psp->ps_mtx); in osendsig()
470 mtx_lock(&psp->ps_mtx); in osendsig()
491 mtx_assert(&psp->ps_mtx, MA_OWNED); in freebsd4_sendsig()
540 mtx_unlock(&psp->ps_mtx); in freebsd4_sendsig()
590 mtx_lock(&psp->ps_mtx); in freebsd4_sendsig()
614 mtx_assert(&psp->ps_mtx, MA_OWNED); in sendsig()
700 mtx_unlock(&psp->ps_mtx); in sendsig()
754 mtx_lock(&psp->ps_mtx); in sendsig()
/freebsd-11-stable/sys/arm/arm/
HDmachdep.c588 mtx_assert(&psp->ps_mtx, MA_OWNED);
627 mtx_unlock(&psp->ps_mtx);
671 mtx_lock(&psp->ps_mtx);
/freebsd-11-stable/sys/fs/autofs/
HDautofs.c356 mtx_lock(&curproc->p_sigacts->ps_mtx); in autofs_set_sigmask()
370 mtx_unlock(&curproc->p_sigacts->ps_mtx); in autofs_set_sigmask()
/freebsd-11-stable/sys/powerpc/powerpc/
HDexec_machdep.c147 mtx_assert(&psp->ps_mtx, MA_OWNED); in sendsig()
279 mtx_unlock(&psp->ps_mtx); in sendsig()
300 mtx_lock(&psp->ps_mtx); in sendsig()
/freebsd-11-stable/sys/sys/
HDsignalvar.h67 struct mtx ps_mtx; member

12