Home
last modified time | relevance | path

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

/xnu-12377.81.4/libsyscall/wrappers/skywalk/
H A Dos_channel.c673 chd->chd_sync_flags = CHANNEL_SYNCF_ALLOC | CHANNEL_SYNCF_FREE; in os_channel_create_extended()
677 chd->chd_sync_flags |= CHANNEL_SYNCF_ALLOC_BUF; in os_channel_create_extended()
828 (mode == CHANNEL_SYNC_TX) ? chd->chd_sync_flags : in os_channel_sync()
829 (chd->chd_sync_flags & in os_channel_sync()
1705 flags = (chd->chd_sync_flags & in os_channel_packet_alloc_common()
1709 flags = chd->chd_sync_flags & ~CHANNEL_SYNCF_ALLOC_BUF; in os_channel_packet_alloc_common()
2096 ((chd->chd_sync_flags & ~CHANNEL_SYNCF_FREE) | CHANNEL_SYNCF_PURGE)); in os_channel_packet_pool_purge()
/xnu-12377.81.4/bsd/skywalk/channel/
H A Dos_channel_private.h591 sync_flags_t chd_sync_flags; member