Searched refs:P_PROFIL (Results 1 – 5 of 5) sorted by relevance
584 if ((p->p_flag & P_PROFIL) == 0) { in startprofclock()585 p->p_flag |= P_PROFIL; in startprofclock()601 if (p->p_flag & P_PROFIL) { in stopprofclock()609 if ((p->p_flag & P_PROFIL) == 0) in stopprofclock()611 p->p_flag &= ~P_PROFIL; in stopprofclock()727 if (td->td_proc->p_flag & P_PROFIL) in profclock()
146 if (p->p_flag & P_PROFIL) in userret()258 if (td->td_pflags & TDP_OWEUPC && p->p_flag & P_PROFIL) { in ast()
499 if (!(p->p_flag & P_PROFIL)) { in addupc_task()
515 if (p1->p_flag & P_PROFIL) in do_fork()
724 #define P_PROFIL 0x00020 /* Has started profiling. */ macro