Searched refs:_SLOT_METADATA (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 76 #define _SLOT_METADATA(_chrd, _ring, _idx) \ macro 1073 q = _SLOT_METADATA(chrd, ring, idx); in os_channel_get_next_slot() 1115 q = _SLOT_METADATA(chrd, ring, idx); in os_channel_set_slot_properties() 1156 q = _SLOT_METADATA(chrd, ring, idx); in os_channel_slot_get_packet() 1789 q = _SLOT_METADATA(chrd, ring, idx); in os_channel_packet_alloc_common() 1955 if (__improbable(ph != SK_PTR_ENCODE(_SLOT_METADATA(chrd, in os_channel_slot_detach_packet() 2012 q = _SLOT_METADATA(chrd, ring, idx); in os_channel_purge_packet_alloc_ring_common() 2232 qum = _SLOT_METADATA(chrd, ring, idx); in os_channel_get_next_event_handle()
|