Home
last modified time | relevance | path

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

/xnu-11215.61.5/libsyscall/wrappers/skywalk/
H A Dos_channel.c701 chd->chd_sync_flags = CHANNEL_SYNCF_ALLOC | CHANNEL_SYNCF_FREE; in os_channel_create_extended()
705 chd->chd_sync_flags |= CHANNEL_SYNCF_ALLOC_BUF; in os_channel_create_extended()
856 (mode == CHANNEL_SYNC_TX) ? chd->chd_sync_flags : in os_channel_sync()
857 (chd->chd_sync_flags & in os_channel_sync()
1764 flags = (chd->chd_sync_flags & in os_channel_packet_alloc_common()
1768 flags = chd->chd_sync_flags & ~CHANNEL_SYNCF_ALLOC_BUF; in os_channel_packet_alloc_common()
2157 ((chd->chd_sync_flags & ~CHANNEL_SYNCF_FREE) | CHANNEL_SYNCF_PURGE)); in os_channel_packet_pool_purge()
/xnu-11215.61.5/bsd/skywalk/channel/
H A Dos_channel_private.h590 sync_flags_t chd_sync_flags; member