Searched refs:_SLOT_METADATA (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 76 #define _SLOT_METADATA(_chrd, _ring, _idx) \ macro 1045 q = _SLOT_METADATA(chrd, ring, idx); in os_channel_get_next_slot() 1087 q = _SLOT_METADATA(chrd, ring, idx); in os_channel_set_slot_properties() 1119 q = _SLOT_METADATA(chrd, ring, idx); in os_channel_slot_get_packet() 1730 q = _SLOT_METADATA(chrd, ring, idx); in os_channel_packet_alloc_common() 1896 if (__improbable(ph != SK_PTR_ENCODE(_SLOT_METADATA(chrd, in os_channel_slot_detach_packet() 1953 q = _SLOT_METADATA(chrd, ring, idx); in os_channel_purge_packet_alloc_ring_common() 2171 qum = _SLOT_METADATA(chrd, ring, idx); in os_channel_get_next_event_handle()
|