Home
last modified time | relevance | path

Searched refs:P_STOPPROF (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_prof.c529 if (p->p_flag & P_STOPPROF) { in addupc_task()
531 p->p_flag &= ~P_STOPPROF; in addupc_task()
H A Dkern_clock.c596 if (p->p_flag & P_STOPPROF) in startprofclock()
618 p->p_flag |= P_STOPPROF; in stopprofclock()
/f-stack/freebsd/sys/
H A Dproc.h752 #define P_STOPPROF 0x00000040 /* Has thread requesting to stop macro