Searched refs:cl_flags (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | optc-gen.awk | 194 cl_flags = switch_flags(flags[i]) 201 condition, cl_flags, cl_flags) 203 printf(" %s,\n", cl_flags)
|
| /openbsd-src/sys/kern/ |
| H A D | kern_clockintr.c | 335 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 D | clockintr.h | 67 uint32_t cl_flags; /* [m] CLST_* flags */ member
|
| /openbsd-src/sys/net/ |
| H A D | hfsc.c | 119 int cl_flags; /* misc flags */ member 642 cl->cl_flags = flags; in hfsc_class_create()
|