P_WEXIT           232 kern/kern_clock.c 	if (p && ((p->p_flag & (P_SYSTEM | P_WEXIT)) == 0)) {
P_WEXIT           133 kern/kern_exit.c 	    (p->p_p->ps_mainproc->p_flag & P_WEXIT) == 0) {
P_WEXIT           143 kern/kern_exit.c 		atomic_setbits_int(&p->p_flag, P_WEXIT);
P_WEXIT           166 kern/kern_exit.c 	atomic_setbits_int(&p->p_flag, P_WEXIT);
P_WEXIT           792 kern/kern_sig.c 	if (p->p_flag & P_WEXIT)
P_WEXIT          1333 kern/kern_sig.c 	atomic_setbits_int(&p->p_flag, P_WEXIT);
P_WEXIT          1399 kern/kern_sysctl.c 	if ((vp->p_flag & P_WEXIT))
P_WEXIT           663 kern/kern_time.c 			if ((p->p_flag & P_WEXIT) == 0)
P_WEXIT           588 kern/sys_process.c 	if ((p->p_flag & P_WEXIT) || (p->p_vmspace->vm_refcnt < 1)) 
P_WEXIT           101 miscfs/procfs/procfs_cmdline.c 	if ((p->p_flag & P_WEXIT) || (p->p_vmspace->vm_refcnt < 1)) {
P_WEXIT           340 uvm/uvm_glue.c #define	swappable(p) (((p)->p_flag & (P_SYSTEM | P_WEXIT)) == 0)
P_WEXIT           395 xfs/xfs_dev-common.c #elif defined(P_WEXIT)
P_WEXIT           396 xfs/xfs_dev-common.c #define NNPFS_P_EXIT P_WEXIT