Searched refs:cl_queue (Results 1 – 2 of 2) sorted by relevance
275 struct clockqueue *cq = cl->cl_queue; in clockintr_advance()320 struct clockqueue *cq = cl->cl_queue; in clockintr_cancel()330 struct clockqueue *cq = cl->cl_queue; in clockintr_cancel_locked()356 KASSERT(cl->cl_queue == NULL); in clockintr_bind()361 cl->cl_queue = cq; in clockintr_bind()369 struct clockqueue *cq = cl->cl_queue; in clockintr_unbind()379 cl->cl_queue = NULL; in clockintr_unbind()393 struct clockqueue *cq = cl->cl_queue; in clockintr_schedule()403 struct clockqueue *cq = cl->cl_queue; in clockintr_schedule_locked()424 struct clockqueue *cq = cl->cl_queue; in clockintr_stagger()
66 struct clockqueue *cl_queue; /* [I] parent queue */ member