Home
last modified time | relevance | path

Searched refs:p_itimer (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c128 ASSERT(p->p_itimer[tid] == it); in timer_delete_locked()
129 p->p_itimer[tid] = NULL; in timer_delete_locked()
496 if (p->p_itimer == NULL) { in timer_get_id()
509 if (p->p_itimer == NULL) { in timer_get_id()
516 p->p_itimer = itp_new; in timer_get_id()
533 if (p->p_itimer[i] == NULL) { in timer_get_id()
560 ASSERT3P(p->p_itimer, !=, NULL); in timer_get_id()
574 p->p_itimer = itp_new; in timer_get_id()
765 p->p_itimer[i] = it; in timer_create()
1005 ASSERT(p->p_itimer != NULL); in timer_exit()
[all …]
H A Dexit.c587 if (p->p_itimer != NULL) in proc_exit()
H A Dlwp.c1076 if (p->p_itimer != NULL) in lwp_cleanup()
H A Dexec.c2123 if (p->p_itimer != NULL) in exec_args()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h313 struct itimer **p_itimer; /* interval timers */ member