Home
last modified time | relevance | path

Searched refs:SMSFORK (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.sed.in68 SED_REPLACE(SMSFORK)
H A Dprocfs.d.in312 ((T->t_procp->p_flag & @SMSFORK@) ? PR_MSFORK : 0) |
/illumos-gate/usr/src/uts/common/os/
H A Dfork.c1234 if ((pp->p_flag & SMSFORK) != 0) in getproc()
1235 cp->p_flag |= pp->p_flag & (SMSFORK|SMSACCT); in getproc()
H A Dexec.c490 p->p_flag |= (SEXECED|SMSACCT|SMSFORK); in exec_common()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h513 #define SMSFORK 0x40000000 /* child inherits micro-state accounting */ macro
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1762 p->p_flag |= SMSFORK; in pr_set()
1795 p->p_flag &= ~SMSFORK; in pr_unset()
H A Dprsubr.c1010 if (p->p_flag & SMSFORK) in prgetlwpstatus32()
1236 if (p->p_flag & SMSFORK) in prgetlwpstatus()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1213 if (p->p_flag & SMSFORK) in gcore_prgetlwpstatus()
H A Dgenunix.c220 { "SMSFORK", SMSFORK, SMSFORK }, in pflags()