Home
last modified time | relevance | path

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

/openbsd-src/sys/kern/
H A Dkern_clockintr.c335 if (ISSET(cl->cl_flags, CLST_PENDING)) { in clockintr_cancel_locked()
407 if (ISSET(cl->cl_flags, CLST_PENDING)) in clockintr_schedule_locked()
429 if (ISSET(cl->cl_flags, CLST_PENDING)) in clockintr_stagger()
482 KASSERT(ISSET(cl->cl_flags, CLST_PENDING)); in clockqueue_pend_delete()
485 CLR(cl->cl_flags, CLST_PENDING); in clockqueue_pend_delete()
495 KASSERT(!ISSET(cl->cl_flags, CLST_PENDING)); in clockqueue_pend_insert()
506 SET(cl->cl_flags, CLST_PENDING); in clockqueue_pend_insert()
647 if (!ISSET(elm->cl_flags, CLST_PENDING)) in db_show_clockintr_cpu()
/openbsd-src/sys/sys/
H A Dclockintr.h70 #define CLST_PENDING 0x00000001 /* scheduled to run */ macro