Searched refs:CQ_IGNORE_REQUEST (Results 1 – 2 of 2) sorted by relevance
216 if (ISSET(cq->cq_flags, CQ_IGNORE_REQUEST)) { in clockintr_dispatch()217 CLR(cq->cq_flags, CQ_IGNORE_REQUEST); in clockintr_dispatch()346 SET(cq->cq_flags, CQ_IGNORE_REQUEST); in clockintr_cancel_locked()417 SET(cq->cq_flags, CQ_IGNORE_REQUEST); in clockintr_schedule_locked()
115 #define CQ_IGNORE_REQUEST 0x00000004 /* ignore callback requests */ macro