HomeSort by: relevance | last modified time | path
    Searched refs:p_stflag (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/sparc64/include/
userret.h 69 if (p->p_stflag & PST_PROFIL)
  /src/sys/arch/vax/include/
userret.h 54 if ((p->p_stflag & PST_PROFIL) != 0) {
  /src/sys/arch/sparc/include/
userret.h 79 if (p->p_stflag & PST_PROFIL)
  /src/sys/kern/
kern_clock.c 362 if ((p->p_stflag & PST_PROFIL) == 0) {
363 p->p_stflag |= PST_PROFIL;
382 if (p->p_stflag & PST_PROFIL) {
383 p->p_stflag &= ~PST_PROFIL;
447 if ((p->p_stflag & PST_PROFIL) && profsrc == PROFSRC_CLOCK)
485 (p->p_stflag & PST_PROFIL)) {
kern_fork.c 478 p2->p_stflag = p1->p_stflag;
583 if ((p2->p_stflag & PST_PROFIL) != 0) {
subr_prof.c 590 if ((p->p_stflag & PST_PROFIL) == 0 || pc < prof->pr_off ||
kern_proc.c 2648 p->p_stflag = psrc->p_stflag;
2801 ki->p_flag |= sysctl_map_flags(sysctl_stflagmap, p->p_stflag);
kern_exec.c 1300 if ((p->p_stflag & PST_PROFIL) != 0) {
2740 p2->p_stflag = p1->p_stflag;
kern_exit.c 351 if (__predict_false((p->p_stflag & PST_PROFIL) != 0)) {
  /src/sys/rump/librump/rumpkern/
lwproc.c 224 p->p_flag = p->p_sflag = p->p_slflag = p->p_lflag = p->p_stflag = 0;
  /src/sys/sys/
proc.h 255 int p_stflag; /* t: PST_* flags */ member in struct:proc
424 * Kept in p_stflag and protected by p_stmutex.
  /src/sys/arch/m68k/m68k/
m68k_trap.c 610 if (p->p_stflag & PST_PROFIL) {
  /src/sys/arch/hppa/hppa/
trap.c 213 if (p->p_stflag & PST_PROFIL) {

Completed in 32 milliseconds