Searched refs:P_PROFIL (Results 1 – 5 of 5) sorted by relevance
598 if ((p->p_flag & P_PROFIL) == 0) { in startprofclock()599 p->p_flag |= P_PROFIL; in startprofclock()615 if (p->p_flag & P_PROFIL) { in stopprofclock()623 if ((p->p_flag & P_PROFIL) == 0) in stopprofclock()625 p->p_flag &= ~P_PROFIL; in stopprofclock()740 if (td->td_proc->p_flag & P_PROFIL) in profclock()
137 if (__predict_false(p->p_flag & P_PROFIL)) in userret()237 if (td->td_pflags & TDP_OWEUPC && p->p_flag & P_PROFIL) { in ast()
501 if (!(p->p_flag & P_PROFIL)) { in addupc_task()
492 if (p1->p_flag & P_PROFIL) in do_fork()
751 #define P_PROFIL 0x00000020 /* Has started profiling. */ macro