Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dexit.c769 proc_t *nokp = p->p_nextofkin; in proc_exit()
772 q->p_nextofkin = nokp; in proc_exit()
1383 if (p->p_nextofkin && !((p->p_nextofkin->p_flag & SNOWAIT) || in freeproc()
1390 p->p_nextofkin->p_cutime += p->p_utime; in freeproc()
1391 p->p_nextofkin->p_cstime += p->p_stime; in freeproc()
1399 p->p_nextofkin->p_cacct[LMS_USER_LOCK] in freeproc()
1402 p->p_nextofkin->p_cacct[LMS_WAIT_CPU] in freeproc()
1408 p->p_nextofkin->p_cru.nswap += p->p_ru.nswap; in freeproc()
1416 p->p_nextofkin->p_cru.sysc += p->p_ru.sysc; in freeproc()
1417 p->p_nextofkin->p_cru.ioch += p->p_ru.ioch; in freeproc()
[all …]
H A Dfork.c1139 cp->p_nextofkin = pp; in getproc()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h168 struct proc *p_nextofkin; /* gets accounting info at exit */ member