P_BIGLOCK         812 kern/kern_lock.c 	atomic_setbits_int(&p->p_flag, P_BIGLOCK);
P_BIGLOCK         818 kern/kern_lock.c 	atomic_clearbits_int(&p->p_flag, P_BIGLOCK);
P_BIGLOCK         387 kern/sched_bsd.c 	if (p->p_flag & P_BIGLOCK)
P_BIGLOCK         457 kern/sched_bsd.c 	if (p->p_flag & P_BIGLOCK)