Searched refs:p_siglist (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14-stable/sys/kern/ |
| HD | kern_kthread.c | 201 SIGADDSET(p->p_siglist, SIGSTOP); in kproc_suspend() 203 return (msleep(&p->p_siglist, &p->p_mtx, PPAUSE | PDROP, in kproc_suspend() 219 SIGDELSET(p->p_siglist, SIGSTOP); in kproc_resume() 221 wakeup(&p->p_siglist); in kproc_resume() 229 while (SIGISMEMBER(p->p_siglist, SIGSTOP)) { in kproc_suspend_check() 230 wakeup(&p->p_siglist); in kproc_suspend_check() 231 msleep(&p->p_siglist, &p->p_mtx, PPAUSE, "kpsusp", 0); in kproc_suspend_check()
|
| HD | kern_sig.c | 332 !SIGISEMPTY(p->p_siglist)) { in ast_sig() 3017 if (SIGISEMPTY(p->p_siglist)) in reschedule_signals() 3019 SIGSETAND(block, p->p_siglist); in reschedule_signals()
|
| HD | kern_proc.c | 1188 kp->ki_siglist = p->p_siglist; in fill_kinfo_proc_only()
|
| /freebsd-14-stable/sys/compat/linuxkpi/common/src/ |
| HD | linux_schedule.c | 126 SIGSETOR(pending, td->td_proc->p_siglist); in linux_signal_pending() 141 SIGISMEMBER(td->td_proc->p_siglist, SIGKILL); in linux_fatal_signal_pending()
|
| /freebsd-14-stable/sys/sys/ |
| HD | signalvar.h | 280 (!SIGISEMPTY((td)->td_proc->p_siglist) && \ 281 !sigsetmasked(&(td)->td_proc->p_siglist, &(td)->td_sigmask)))
|
| HD | proc.h | 690 #define p_siglist p_sigqueue.sq_signals macro
|
| /freebsd-14-stable/sys/netsmb/ |
| HD | smb_subr.c | 78 tmpset = p->p_siglist; in smb_td_intr()
|
| /freebsd-14-stable/sys/compat/linux/ |
| HD | linux_signal.c | 424 bset = p->p_siglist; in linux_sigpending() 453 bset = p->p_siglist; in linux_rt_sigpending()
|
| /freebsd-14-stable/sys/fs/nfs/ |
| HD | 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-14-stable/sys/fs/fuse/ |
| HD | fuse_io.c | 940 if (SIGNOTEMPTY(p->p_siglist) || in fuse_io_invalbuf()
|
| HD | fuse_ipc.c | 475 tmpset = td->td_proc->p_siglist; in fticket_wait_answer()
|
| /freebsd-14-stable/lib/libkvm/ |
| HD | kvm_proc.c | 411 kp->ki_siglist = proc.p_siglist; in kvm_proclist()
|
| /freebsd-14-stable/sys/compat/linprocfs/ |
| HD | linprocfs.c | 1168 bsd_to_linux_sigset(&p->p_siglist, &siglist); in linprocfs_doprocstatus()
|
| /freebsd-14-stable/sys/dev/hptmv/ |
| HD | entry.c | 2408 if (SIGISMEMBER(curproc->p_siglist, SIGSTOP)) { in hpt_worker_thread()
|