Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkern_memorystatus_notify.c948 ca_event_t event_wrapper = CA_EVENT_ALLOCATE_FLAGS(memorystatus_pressure_interval, Z_NOWAIT); in memorystatus_pressure_interval_send() local
949 if (event_wrapper) { in memorystatus_pressure_interval_send()
950 memcpy(event_wrapper->data, src_event, sizeof(CA_EVENT_TYPE(memorystatus_pressure_interval))); in memorystatus_pressure_interval_send()
951 CA_EVENT_SEND(event_wrapper); in memorystatus_pressure_interval_send()
983 …ca_event_t event_wrapper = CA_EVENT_ALLOCATE_FLAGS(memorystatus_proc_notification, Z_NOWAIT | Z_ZE… in memorystatus_pressure_proc_telemetry_send() local
984 if (event_wrapper) { in memorystatus_pressure_proc_telemetry_send()
985 event = event_wrapper->data; in memorystatus_pressure_proc_telemetry_send()
1002 CA_EVENT_DEALLOCATE(event_wrapper); in memorystatus_pressure_proc_telemetry_send()
1008 CA_EVENT_SEND(event_wrapper); in memorystatus_pressure_proc_telemetry_send()