Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/skywalk/nexus/
H A Dnexus_adapter.c466 CHANF_USER_PACKET_POOL | CHANF_EVENT_RING), relaxed); in na_bind_channel()
495 os_atomic_or(&ch->ch_flags, CHANF_USER_PACKET_POOL, relaxed); in na_bind_channel()
679 ASSERT(ch->ch_flags & CHANF_USER_PACKET_POOL); in na_unbind_channel()
736 ASSERT(ch->ch_flags & CHANF_USER_PACKET_POOL); in na_teardown()
822 if (ch->ch_flags & CHANF_USER_PACKET_POOL) { in na_schema_alloc()
/xnu-10002.41.9/bsd/skywalk/channel/
H A Dchannel_var.h177 #define CHANF_USER_PACKET_POOL 0x10 /* userspace using packet pool */ macro
H A Dchannel_syscalls.c399 if (__improbable((ch->ch_flags & CHANF_USER_PACKET_POOL) == 0 && in __channel_sync()