Home | History | Annotate | Download | only in kern

Lines Matching defs:itl

687     clockid_t const id, struct itlist * const itl)
699 KASSERT(itl == NULL);
707 KASSERT(itl != NULL);
708 it->it_vlist = itl;
903 struct itlist *itl;
939 itl = it->it_vlist;
940 for (itn = LIST_FIRST(itl), pitn = NULL;
951 LIST_INSERT_HEAD(itl, it, it_list);
1223 struct itlist *itl;
1279 itl = &pts->pts_virtual;
1282 itl = &pts->pts_prof;
1285 itl = NULL;
1288 itimer_init(&pt->pt_itimer, &ptimer_itimer_ops, id, itl);
1631 struct itlist *itl;
1672 itl = NULL;
1676 itl = &pts->pts_virtual;
1680 itl = &pts->pts_prof;
1686 itimer_init(it, &ptimer_itimer_ops, which, itl);