Searched refs:P_STOPPROF (Results 1 – 3 of 3) sorted by relevance
527 if (p->p_flag & P_STOPPROF) { in addupc_task()529 p->p_flag &= ~P_STOPPROF; in addupc_task()
582 if (p->p_flag & P_STOPPROF) in startprofclock()604 p->p_flag |= P_STOPPROF; in stopprofclock()
725 #define P_STOPPROF 0x00040 /* Has thread requesting to stop profiling. */ macro