Home
last modified time | relevance | path

Searched refs:CHANF_USER_PACKET_POOL (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/bsd/skywalk/channel/
H A Dchannel_var.h179 #define CHANF_USER_PACKET_POOL 0x10 /* userspace using packet pool */ macro
H A Dchannel_syscalls.c411 if (__improbable((ch->ch_flags & CHANF_USER_PACKET_POOL) == 0 && in __channel_sync()
/xnu-11215.81.4/bsd/skywalk/nexus/
H A Dnexus_adapter.c458 CHANF_USER_PACKET_POOL | CHANF_EVENT_RING), relaxed); in na_bind_channel()
487 os_atomic_or(&ch->ch_flags, CHANF_USER_PACKET_POOL, relaxed); in na_bind_channel()
668 ASSERT(ch->ch_flags & CHANF_USER_PACKET_POOL); in na_unbind_channel()
725 ASSERT(ch->ch_flags & CHANF_USER_PACKET_POOL); in na_teardown()
813 if (ch->ch_flags & CHANF_USER_PACKET_POOL) { in na_schema_alloc()