Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Dkern_memorystatus_notify.c949 ca_event_t event_wrapper = CA_EVENT_ALLOCATE_FLAGS(memorystatus_pressure_interval, Z_NOWAIT); in memorystatus_pressure_interval_send() local
950 if (event_wrapper) { in memorystatus_pressure_interval_send()
951 memcpy(event_wrapper->data, src_event, sizeof(CA_EVENT_TYPE(memorystatus_pressure_interval))); in memorystatus_pressure_interval_send()
952 CA_EVENT_SEND(event_wrapper); in memorystatus_pressure_interval_send()
984 …ca_event_t event_wrapper = CA_EVENT_ALLOCATE_FLAGS(memorystatus_proc_notification, Z_NOWAIT | Z_ZE… in memorystatus_pressure_proc_telemetry_send() local
985 if (event_wrapper) { in memorystatus_pressure_proc_telemetry_send()
986 event = event_wrapper->data; in memorystatus_pressure_proc_telemetry_send()
1003 CA_EVENT_DEALLOCATE(event_wrapper); in memorystatus_pressure_proc_telemetry_send()
1009 CA_EVENT_SEND(event_wrapper); in memorystatus_pressure_proc_telemetry_send()