Searched refs:P_PROFIL (Results 1 – 5 of 5) sorted by relevance
595 if ((p->p_flag & P_PROFIL) == 0) { in startprofclock()596 p->p_flag |= P_PROFIL; in startprofclock()612 if (p->p_flag & P_PROFIL) { in stopprofclock()620 if ((p->p_flag & P_PROFIL) == 0) in stopprofclock()622 p->p_flag &= ~P_PROFIL; in stopprofclock()737 if (td->td_proc->p_flag & P_PROFIL) in profclock()
138 if (__predict_false(p->p_flag & P_PROFIL)) in userret()249 if (td->td_pflags & TDP_OWEUPC && p->p_flag & P_PROFIL) { in ast()
501 if (!(p->p_flag & P_PROFIL)) { in addupc_task()
499 if (p1->p_flag & P_PROFIL) in do_fork()
761 #define P_PROFIL 0x00000020 /* Has started profiling. */ macro