Home
last modified time | relevance | path

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

/xnu-8020.101.4/libsyscall/wrappers/skywalk/
H A Dos_channel.c97 if (__improbable((_md) != _METADATA((_chrd), (_chrd)->chrd_ring, \
112 _CHANNEL_RING_BFT((_chrd), (_chrd)->chrd_ring, (_midx))) && \
309 *(struct __user_channel_ring **)(uintptr_t)&chrd->chrd_ring = ring; in os_channel_init_ring()
333 const struct __user_channel_ring *ring = chrd->chrd_ring; in _initialize_metadata_address()
941 __DECONST(struct __user_channel_ring *, chrd->chrd_ring); in os_channel_pending()
948 return chrd->chrd_ring->ring_sync_time; in os_channel_ring_sync_time()
954 return chrd->chrd_ring->ring_notify_time; in os_channel_ring_notify_time()
960 const struct __user_channel_ring *ring = chrd->chrd_ring; in os_channel_available_slot_count()
984 __DECONST(struct __user_channel_ring *, chrd->chrd_ring); in os_channel_advance_slot()
1002 const struct __user_channel_ring *ring = chrd->chrd_ring; in os_channel_get_next_slot()
[all …]
/xnu-8020.101.4/bsd/skywalk/channel/
H A Dos_channel_private.h542 const struct __user_channel_ring *chrd_ring; member