Searched refs:CHANF_USER_PACKET_POOL (Results 1 – 3 of 3) sorted by relevance
457 CHANF_USER_PACKET_POOL | CHANF_EVENT_RING)); in na_bind_channel()486 atomic_bitset_32(&ch->ch_flags, CHANF_USER_PACKET_POOL); in na_bind_channel()670 ASSERT(ch->ch_flags & CHANF_USER_PACKET_POOL); in na_unbind_channel()727 ASSERT(ch->ch_flags & CHANF_USER_PACKET_POOL); in na_teardown()813 if (ch->ch_flags & CHANF_USER_PACKET_POOL) { in na_schema_alloc()
177 #define CHANF_USER_PACKET_POOL 0x10 /* userspace using packet pool */ macro
399 if (__improbable((ch->ch_flags & CHANF_USER_PACKET_POOL) == 0 && in __channel_sync()