Searched refs:P_PROFIL (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dkern_clock.c652 if ((p->p_flag & P_PROFIL) == 0) {
653 p->p_flag |= P_PROFIL;
670 if (p->p_flag & P_PROFIL) {
678 if ((p->p_flag & P_PROFIL) == 0)
680 p->p_flag &= ~P_PROFIL;
798 if (td->td_proc->p_flag & P_PROFIL)
H A Dsubr_trap.c133 if (p->p_flag & P_PROFIL)
222 if (td->td_pflags & TDP_OWEUPC && p->p_flag & P_PROFIL) {
H A Dsubr_prof.c506 if (!(p->p_flag & P_PROFIL)) {
H A Dkern_fork.c494 if (p1->p_flag & P_PROFIL)
576 * Preserve some more flags in subprocess. P_PROFIL has already
/freebsd-10.0-release/sys/arm/arm/
H A Dgenassym.c136 ASSYM(P_PROFIL, P_PROFIL);
/freebsd-10.0-release/sys/sys/
H A Dproc.h609 #define P_PROFIL 0x00020 /* Has started profiling. */ macro

Completed in 75 milliseconds