Home
last modified time | relevance | path

Searched refs:P_WEXIT (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/sys/
H A Dproc.h764 #define P_WEXIT 0x00002000 /* Working on exiting. */ macro
940 KASSERT(!((p)->p_flag & P_WEXIT) || (p) == curproc, \
948 KASSERT(!((p)->p_flag & P_WEXIT) || (p) == curproc, \
965 if (((p)->p_flag & P_WEXIT) && (p)->p_lock == 0) \
/f-stack/freebsd/vm/
H A Dvm_swapout.c419 p->p_flag & (P_INEXEC | P_SYSTEM | P_WEXIT)) { in vm_daemon()
801 (P_SYSTEM | P_WEXIT | P_INEXEC | P_STOPPED_SINGLE | in swapout_procs()
H A Dvm_pageout.c1957 P_PROTECTED | P_SYSTEM | P_WEXIT)) != 0 || in vm_pageout_oom()
/f-stack/freebsd/kern/
H A Dsubr_trap.c103 KASSERT((p->p_flag & P_WEXIT) == 0, in userret()
H A Dkern_procctl.c508 if ((p->p_flag & P_WEXIT) == 0) { in aslr_status()
H A Dkern_proc.c542 if ((flags & PGET_NOTWEXIT) != 0 && (p->p_flag & P_WEXIT) != 0) { in pget()
881 MPASS(p->p_flag & P_WEXIT); in killjobc()
2118 } else if ((p->p_flag & (P_WEXIT | P_SYSTEM)) == 0) { in sysctl_kern_proc_args()
3263 if ((p->p_flag & P_WEXIT) != 0) { in stop_all_proc()
H A Dkern_sig.c2275 KASSERT(!(p->p_flag & P_WEXIT), in tdsendsignal()
2389 if (p->p_flag & (P_PPWAIT|P_WEXIT)) in tdsendsignal()
2581 KASSERT(!(p->p_flag & P_WEXIT), ("Stopping exiting process")); in ptracestop()
2994 if ((p->p_flag & (P_TRACED | P_WEXIT | in issignal()
H A Dkern_fork.c550 if ((p1->p_leader->p_flag & P_WEXIT) != 0) { in do_fork()
H A Dkern_exit.c291 p->p_flag |= P_WEXIT; in exit1()
H A Dsys_process.c669 if ((p->p_flag & P_WEXIT) != 0) { in kern_ptrace()
H A Dkern_ktrace.c1110 if (p->p_flag & P_WEXIT) { in ktrops()
H A Dkern_resource.c642 if ((p->p_flag & P_WEXIT) == 0) in lim_cb()
H A Dkern_time.c907 if (p->p_flag & P_WEXIT) in realitexpire()
H A Dkern_event.c426 if (p->p_flag & P_WEXIT) in filt_procattach()
H A Dkern_descrip.c1108 KASSERT((p->p_flag & P_WEXIT) != 0, in funsetownlst()
/f-stack/freebsd/netgraph/
H A Dng_tty.c264 if (p == NULL || (p->p_flag & P_WEXIT)) in ngt_rcvmsg()
/f-stack/freebsd/ddb/
H A Ddb_ps.c222 if (p->p_flag & P_WEXIT && p->p_state != PRS_ZOMBIE) in db_ps_proc()
/f-stack/freebsd/i386/linux/
H A Dlinux_ptrace.c351 if ((p->p_flag & P_WEXIT) != 0) { in linux_ptrace()