Home
last modified time | relevance | path

Searched refs:cinfo_ch_mode (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/libsyscall/wrappers/skywalk/
H A Dos_channel.c534 !(ci->cinfo_ch_mode & CHMODE_USER_PACKET_POOL))) { in os_channel_create_extended()
540 !(ci->cinfo_ch_mode & CHMODE_EVENT_RING))) { in os_channel_create_extended()
1026 (CHD_INFO(chrd->chrd_channel)->cinfo_ch_mode & in os_channel_get_next_slot()
1629 cha->cha_exclusive = !!(cinfo->cinfo_ch_mode & CHMODE_EXCLUSIVE); in os_channel_info2attr()
1630 cha->cha_user_packet_pool = !!(cinfo->cinfo_ch_mode & in os_channel_info2attr()
1632 cha->cha_nexus_defunct_ok = !!(cinfo->cinfo_ch_mode & in os_channel_info2attr()
1646 (cinfo->cinfo_ch_mode & CHMODE_EVENT_RING) != 0; in os_channel_info2attr()
1648 (cinfo->cinfo_ch_mode & CHMODE_LOW_LATENCY) != 0; in os_channel_info2attr()
1683 if (__improbable((ci->cinfo_ch_mode & CHMODE_USER_PACKET_POOL) == 0)) { in os_channel_packet_alloc_common()
1770 if (__improbable((ci->cinfo_ch_mode & CHMODE_USER_PACKET_POOL) == 0)) { in os_channel_packet_free()
[all …]
/xnu-12377.41.6/bsd/skywalk/core/
H A Dskywalk_proc_info.c69 info->chi_flags = ch_mode_to_flags(channel->ch_info->cinfo_ch_mode); in fill_channelinfo()
/xnu-12377.41.6/bsd/skywalk/channel/
H A Dchannel_kern.c634 if ((ch->ch_info->cinfo_ch_mode & CHMODE_DEFUNCT_OK) == 0) { in _kern_channel_defunct_eligible()
650 uint32_t ch_mode = ch->ch_info->cinfo_ch_mode; in kern_channel_defunct()
H A Dos_channel_private.h487 uint32_t cinfo_ch_mode; /* CHMODE_* flags */ member
H A Dchannel.c2110 cinfo->cinfo_ch_mode = ch_mode; in ch_connect()
/xnu-12377.41.6/bsd/skywalk/nexus/
H A Dnexus.c3261 uint32_t ch_mode = ch->ch_info->cinfo_ch_mode; in nexus_channel_entry_populate()