Searched refs:SMSFORK (Results 1 – 8 of 8) sorted by relevance
70 SED_REPLACE(SMSFORK)
312 ((T->t_procp->p_flag & @SMSFORK@) ? PR_MSFORK : 0) |
1216 if ((pp->p_flag & SMSFORK) != 0) in getproc()1217 cp->p_flag |= pp->p_flag & (SMSFORK|SMSACCT); in getproc()
390 p->p_flag |= (SEXECED|SMSACCT|SMSFORK); in exec_common()
503 #define SMSFORK 0x40000000 /* child inherits micro-state accounting */ macro
1623 p->p_flag |= SMSFORK; in pr_set()1656 p->p_flag &= ~SMSFORK; in pr_unset()
966 if (p->p_flag & SMSFORK) in prgetlwpstatus32()1192 if (p->p_flag & SMSFORK) in prgetlwpstatus()
1213 if (p->p_flag & SMSFORK) in gcore_prgetlwpstatus()