Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/channel/
H A Dchannel_var.h180 #define CHANF_USER_PACKET_POOL 0x10 /* userspace using packet pool */ macro
H A Dchannel_syscalls.c394 if (__improbable((ch->ch_flags & CHANF_USER_PACKET_POOL) == 0 && in __channel_sync()
/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_adapter.c457 CHANF_USER_PACKET_POOL | CHANF_EVENT_RING), relaxed); in na_bind_channel()
479 os_atomic_or(&ch->ch_flags, CHANF_USER_PACKET_POOL, relaxed); in na_bind_channel()
661 ASSERT(ch->ch_flags & CHANF_USER_PACKET_POOL); in na_unbind_channel()
710 ASSERT(ch->ch_flags & CHANF_USER_PACKET_POOL); in na_teardown()
788 if (ch->ch_flags & CHANF_USER_PACKET_POOL) { in na_schema_alloc()