Home
last modified time | relevance | path

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

/openbsd/src/sys/kern/
Dkern_clockintr.c42 void clockqueue_pend_insert(struct clockqueue *, struct clockintr *,
222 clockqueue_pend_insert(cq, cl, request->cr_expiration); in clockintr_dispatch()
409 clockqueue_pend_insert(cq, cl, expiration); in clockintr_schedule_locked()
489 clockqueue_pend_insert(struct clockqueue *cq, struct clockintr *cl, in clockqueue_pend_insert() function