Lines Matching defs:itp
202 itimer_t **itp, *it;
209 if ((itp = p->p_itimer) == NULL || (it = itp[tid]) == NULL) {
475 itimer_t *it, **itp;
566 if ((itp = p->p_itimer) == NULL) {
568 itp = kmem_zalloc(timer_max * sizeof (itimer_t *), KM_SLEEP);
572 p->p_itimer = itp;
574 kmem_free(itp, timer_max * sizeof (itimer_t *));
575 itp = p->p_itimer;
579 for (i = 0; i < timer_max && itp[i] != NULL; i++)
594 ASSERT(i < timer_max && itp[i] == NULL);
616 itp[i] = it;
648 itp[i] = NULL; /* clear slot */
661 itp[i] = NULL; /* clear slot */
838 itimer_t *it, **itp;
842 if ((itp = p->p_itimer) == NULL)
846 if ((it = itp[i]) == NULL)
882 itimer_t *it, **itp;
886 if ((itp = p->p_itimer) == NULL)
890 if ((it = itp[i]) == NULL)