Searched refs:event_wrapper (Results 1 – 1 of 1) sorted by relevance
936 ca_event_t event_wrapper = CA_EVENT_ALLOCATE_FLAGS(memorystatus_pressure_interval, Z_NOWAIT); in memorystatus_pressure_interval_send() local937 if (event_wrapper) { in memorystatus_pressure_interval_send()938 memcpy(event_wrapper->data, src_event, sizeof(CA_EVENT_TYPE(memorystatus_pressure_interval))); in memorystatus_pressure_interval_send()939 CA_EVENT_SEND(event_wrapper); in memorystatus_pressure_interval_send()971 …ca_event_t event_wrapper = CA_EVENT_ALLOCATE_FLAGS(memorystatus_proc_notification, Z_NOWAIT | Z_ZE… in memorystatus_pressure_proc_telemetry_send() local972 if (event_wrapper) { in memorystatus_pressure_proc_telemetry_send()973 event = event_wrapper->data; in memorystatus_pressure_proc_telemetry_send()990 CA_EVENT_DEALLOCATE(event_wrapper); in memorystatus_pressure_proc_telemetry_send()996 CA_EVENT_SEND(event_wrapper); in memorystatus_pressure_proc_telemetry_send()