Searched refs:_SLOT_METADATA (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 93 #define _SLOT_METADATA(_chrd, _ring, _idx) \ macro 1060 q = _SLOT_METADATA(chrd, ring, idx); in os_channel_get_next_slot() 1102 q = _SLOT_METADATA(chrd, ring, idx); in os_channel_set_slot_properties() 1143 q = _SLOT_METADATA(chrd, ring, idx); in os_channel_slot_get_packet() 1720 q = _SLOT_METADATA(chrd, ring, idx); in os_channel_packet_alloc() 1874 if (__improbable(ph != SK_PTR_ENCODE(_SLOT_METADATA(chrd, in os_channel_slot_detach_packet() 1930 q = _SLOT_METADATA(chrd, ring, idx); in os_channel_purge_packet_alloc_ring() 2131 qum = _SLOT_METADATA(chrd, ring, idx); in os_channel_get_next_event_handle()
|