Home
last modified time | relevance | path

Searched refs:CHANF_EXCLUSIVE (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.1.13/bsd/skywalk/nexus/
H A Dnexus_adapter.c340 boolean_t excl = !!(ch->ch_flags & CHANF_EXCLUSIVE); in na_krings_use()
392 boolean_t excl = !!(ch->ch_flags & CHANF_EXCLUSIVE); in na_krings_unuse()
465 os_atomic_andnot(&ch->ch_flags, (CHANF_RXONLY | CHANF_EXCLUSIVE | in na_bind_channel()
468 os_atomic_or(&ch->ch_flags, CHANF_EXCLUSIVE, relaxed); in na_bind_channel()
704 os_atomic_andnot(&ch->ch_flags, (CHANF_RXONLY | CHANF_EXCLUSIVE), relaxed); in na_unbind_channel()
/xnu-10002.1.13/bsd/skywalk/channel/
H A Dchannel_var.h178 #define CHANF_EXCLUSIVE 0x20 /* exclusive bind to ring(s) */ macro