Searched refs:p_siglist (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_kthread.c | 200 SIGADDSET(p->p_siglist, SIGSTOP); in kproc_suspend() 202 return (msleep(&p->p_siglist, &p->p_mtx, PPAUSE | PDROP, in kproc_suspend() 218 SIGDELSET(p->p_siglist, SIGSTOP); in kproc_resume() 220 wakeup(&p->p_siglist); in kproc_resume() 228 while (SIGISMEMBER(p->p_siglist, SIGSTOP)) { in kproc_suspend_check() 229 wakeup(&p->p_siglist); in kproc_suspend_check() 230 msleep(&p->p_siglist, &p->p_mtx, PPAUSE, "kpsusp", 0); in kproc_suspend_check()
|
H A D | kern_sig.c | 323 !SIGISEMPTY(p->p_siglist)) { in ast_sig() 2958 if (SIGISEMPTY(p->p_siglist)) in reschedule_signals() 2960 SIGSETAND(block, p->p_siglist); in reschedule_signals()
|
H A D | kern_proc.c | 1181 kp->ki_siglist = p->p_siglist; in fill_kinfo_proc_only()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_schedule.c | 123 SIGSETOR(pending, td->td_proc->p_siglist); in linux_signal_pending() 138 SIGISMEMBER(td->td_proc->p_siglist, SIGKILL); in linux_fatal_signal_pending()
|
/freebsd/sys/sys/ |
H A D | signalvar.h | 278 (!SIGISEMPTY((td)->td_proc->p_siglist) && \ 279 !sigsetmasked(&(td)->td_proc->p_siglist, &(td)->td_sigmask)))
|
H A D | proc.h | 685 #define p_siglist p_sigqueue.sq_signals macro
|
/freebsd/sys/netsmb/ |
H A D | smb_subr.c | 77 tmpset = p->p_siglist; in smb_td_intr()
|
/freebsd/sys/compat/linux/ |
H A D | linux_signal.c | 424 bset = p->p_siglist; in linux_sigpending() 453 bset = p->p_siglist; in linux_rt_sigpending()
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonkrpc.c | 1640 tmpset = p->p_siglist; in newnfs_sigintr() 1646 if ((SIGNOTEMPTY(p->p_siglist) || SIGNOTEMPTY(td->td_siglist)) in newnfs_sigintr()
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_io.c | 939 if (SIGNOTEMPTY(p->p_siglist) || in fuse_io_invalbuf()
|
H A D | fuse_ipc.c | 474 tmpset = td->td_proc->p_siglist; in fticket_wait_answer()
|
/freebsd/lib/libkvm/ |
H A D | kvm_proc.c | 409 kp->ki_siglist = proc.p_siglist; in kvm_proclist()
|
/freebsd/sys/compat/linprocfs/ |
H A D | linprocfs.c | 1170 bsd_to_linux_sigset(&p->p_siglist, &siglist); in linprocfs_doprocstatus()
|
/freebsd/sys/dev/hptmv/ |
H A D | entry.c | 2407 if (SIGISMEMBER(curproc->p_siglist, SIGSTOP)) { in hpt_worker_thread() 2444 if (SIGISMEMBER(curproc->p_siglist, SIGSTOP)) in hpt_worker_thread()
|