Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dsubr_prof.c527 if (p->p_flag & P_STOPPROF) { in addupc_task()
529 p->p_flag &= ~P_STOPPROF; in addupc_task()
H A Dkern_clock.c582 if (p->p_flag & P_STOPPROF) in startprofclock()
604 p->p_flag |= P_STOPPROF; in stopprofclock()
/freebsd-12.1/sys/sys/
H A Dproc.h725 #define P_STOPPROF 0x00040 /* Has thread requesting to stop profiling. */ macro