Home
last modified time | relevance | path

Searched refs:SME_CALLOUT_READY (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/sysmon/
H A Dsysmon_envsys_events.c381 sme->sme_callout_state == SME_CALLOUT_READY) { in sme_event_unregister_all()
585 sme->sme_callout_state = SME_CALLOUT_READY; in sme_events_init()
608 if (sme->sme_callout_state != SME_CALLOUT_READY) in sme_schedule_callout()
629 KASSERT(sme->sme_callout_state == SME_CALLOUT_READY); in sme_events_halt_callout()
1031 KASSERT(sme->sme_callout_state == SME_CALLOUT_READY); in sme_deliver_event()
H A Dsysmonvar.h194 #define SME_CALLOUT_READY 0x1 /* callout is ready for use */ macro
H A Dsysmon_envsys.c660 if (sme->sme_callout_state == SME_CALLOUT_READY) in sysmon_envsys_sensor_detach()