Searched refs:event_wrapper (Results 1 – 1 of 1) sorted by relevance
938 ca_event_t event_wrapper = CA_EVENT_ALLOCATE_FLAGS(memorystatus_pressure_interval, Z_NOWAIT); in memorystatus_pressure_interval_send() local939 if (event_wrapper) { in memorystatus_pressure_interval_send()944 evt_data = event_wrapper->data; in memorystatus_pressure_interval_send()952 CA_EVENT_SEND(event_wrapper); in memorystatus_pressure_interval_send()978 …ca_event_t event_wrapper = CA_EVENT_ALLOCATE_FLAGS(memorystatus_proc_notification, Z_NOWAIT | Z_ZE… in memorystatus_pressure_proc_telemetry_send() local979 if (event_wrapper) { in memorystatus_pressure_proc_telemetry_send()980 event = event_wrapper->data; in memorystatus_pressure_proc_telemetry_send()997 CA_EVENT_DEALLOCATE(event_wrapper); in memorystatus_pressure_proc_telemetry_send()1003 CA_EVENT_SEND(event_wrapper); in memorystatus_pressure_proc_telemetry_send()