Home
last modified time | relevance | path

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

/xnu-8020.140.41/libsyscall/wrappers/skywalk/
H A Dos_channel.c698 chd->chd_sync_flags = CHANNEL_SYNCF_ALLOC | CHANNEL_SYNCF_FREE; in os_channel_create_extended()
702 chd->chd_sync_flags |= CHANNEL_SYNCF_ALLOC_BUF; in os_channel_create_extended()
843 (mode == CHANNEL_SYNC_TX) ? chd->chd_sync_flags : in os_channel_sync()
844 (chd->chd_sync_flags & in os_channel_sync()
1702 (chd->chd_sync_flags & ~CHANNEL_SYNCF_ALLOC_BUF)); in os_channel_packet_alloc()
2061 (chd->chd_sync_flags | ~CHANNEL_SYNCF_FREE | CHANNEL_SYNCF_PURGE)); in os_channel_packet_pool_purge()
/xnu-8020.140.41/bsd/skywalk/channel/
H A Dos_channel_private.h566 sync_flags_t chd_sync_flags; member