Searched refs:et_flags (Results 1 – 23 of 23) sorted by relevance
75 if (timer->et_flags & ET_FLAGS_PERCPU) \83 if (timer->et_flags & ET_FLAGS_PERCPU) \221 (timer->et_flags & ET_FLAGS_PERCPU)); in handleevents()279 if ((timer->et_flags & ET_FLAGS_PERCPU) == 0) { in getnextevent()312 if (et->et_flags & ET_FLAGS_PERCPU) {332 if ((et->et_flags & ET_FLAGS_PERCPU) == 0) {334 if ((et->et_flags & ET_FLAGS_PERCPU) == 0 && smp_started) {384 if (timer->et_flags & ET_FLAGS_PERCPU)424 if (periodic && (timer->et_flags & ET_FLAGS_PERIODIC) == 0)426 else if (!periodic && (timer->et_flags & ET_FLAGS_ONESHOT) == 0)[all …]
75 "flags", CTLFLAG_RD, &(et->et_flags), 0, in et_register()147 if ((et->et_flags & check) != want) in et_find()186 KASSERT((et->et_flags & ET_FLAGS_PERIODIC) || period == 0, in et_start()188 KASSERT((et->et_flags & ET_FLAGS_ONESHOT) || period != 0, in et_start()222 et->et_flags &= ~(ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT); in et_ban()
351 sc->et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT | in clock_attach()354 sc->et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_PERCPU; in clock_attach()
58 int et_flags; member
178 vmbus_et.et_flags = ET_FLAGS_ONESHOT | ET_FLAGS_PERCPU; in vmbus_et_attach()
620 sc->et.et_flags = ET_FLAGS_PERIODIC; in attimer_attach()622 sc->et.et_flags |= ET_FLAGS_ONESHOT; in attimer_attach()
506 sc->et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_POW2DIV; in atrtc_attach()
221 sc->et.et_flags = ET_FLAGS_ONESHOT | ET_FLAGS_PERCPU; in riscv_timer_attach()
223 decr_et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT | in decr_tc_init()
216 sc->et.et_flags = ET_FLAGS_ONESHOT; in jz4780_timer_attach()
251 sc->st[DEFAULT_TIMER].et.et_flags = ET_FLAGS_ONESHOT; in bcm_systimer_attach()
368 sc->et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT | in clock_attach()
269 sc->et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT; in sp804_timer_attach()
323 sc->et.et_flags = ET_FLAGS_ONESHOT | ET_FLAGS_PERIODIC; in epit_et_attach()
262 sc->et.et_flags = ET_FLAGS_ONESHOT | ET_FLAGS_PERIODIC; in imx_gpt_attach()
348 sc->et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT | ET_FLAGS_PERCPU; in attach_et()
677 sc->et.et_flags = ET_FLAGS_ONESHOT | ET_FLAGS_PERCPU; in arm_tmr_attach()
401 sc->et.et_flags = ET_FLAGS_ONESHOT | ET_FLAGS_PERCPU; in xentimer_attach()
192 sc->func.et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT; in am335x_dmtimer_et_init()
307 sc->et.et_flags = ET_FLAGS_ONESHOT | ET_FLAGS_PERIODIC; in a10_timer_eventtimer_setup()
798 t->et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT; in hpet_attach()801 t->et.et_flags |= ET_FLAGS_PERCPU; in hpet_attach()
249 sc->et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT; in mv_timer_attach()
560 lapic_et.et_flags = ET_FLAGS_PERIODIC | ET_FLAGS_ONESHOT | in native_lapic_init()564 lapic_et.et_flags |= ET_FLAGS_C3STOP; in native_lapic_init()