Home
last modified time | relevance | path

Searched refs:CHANF_DEFUNCT_SKIP (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.61.2/bsd/skywalk/channel/
H A Dchannel_kern.c620 CHANF_DEFUNCT_SKIP); in kern_channel_defunct()
625 (void) atomic_bitclear_32(&ch->ch_flags, CHANF_DEFUNCT_SKIP); in kern_channel_defunct()
H A Dchannel_syscalls.c415 if (__improbable(ch->ch_flags & CHANF_DEFUNCT_SKIP)) { in __channel_sync()
416 atomic_bitclear_32(&ch->ch_flags, CHANF_DEFUNCT_SKIP); in __channel_sync()
H A Dchannel_var.h186 #define CHANF_DEFUNCT_SKIP 0x4000 /* defunct skipped due to active use */ macro
H A Dchannel.c1175 if (__improbable(ch->ch_flags & CHANF_DEFUNCT_SKIP)) { in ch_event()
1176 atomic_bitclear_32(&ch->ch_flags, CHANF_DEFUNCT_SKIP); in ch_event()
/xnu-8792.61.2/bsd/skywalk/nexus/
H A Dnexus.c3169 flags |= (ch_flags & CHANF_DEFUNCT_SKIP) ? SCHF_DEFUNCT_SKIP : 0; in nexus_channel_get_flags()