Searched refs:CHANF_DEFUNCT_SKIP (Results 1 – 5 of 5) sorted by relevance
674 os_atomic_or(&ch->ch_flags, CHANF_DEFUNCT_SKIP, in kern_channel_defunct()680 os_atomic_andnot(&ch->ch_flags, CHANF_DEFUNCT_SKIP, relaxed); in kern_channel_defunct()
415 if (__improbable(ch->ch_flags & CHANF_DEFUNCT_SKIP)) { in __channel_sync()416 os_atomic_andnot(&ch->ch_flags, CHANF_DEFUNCT_SKIP, relaxed); in __channel_sync()
186 #define CHANF_DEFUNCT_SKIP 0x4000 /* defunct skipped due to active use */ macro
1173 if (__improbable(ch->ch_flags & CHANF_DEFUNCT_SKIP)) { in ch_event()1174 os_atomic_andnot(&ch->ch_flags, CHANF_DEFUNCT_SKIP, relaxed); in ch_event()
3182 flags |= (ch_flags & CHANF_DEFUNCT_SKIP) ? SCHF_DEFUNCT_SKIP : 0; in nexus_channel_get_flags()