Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/skywalk/channel/
H A Dchannel.c838 if ((ev_hint & CHAN_FILT_HINT_CHANNEL_EVENT) != 0) { in filt_chan_extended_common()
860 *hint &= ~CHAN_FILT_HINT_CHANNEL_EVENT; in che_process_channel_event()
875 *hint |= CHAN_FILT_HINT_CHANNEL_EVENT; in che_process_channel_event()
882 if ((*hint & CHAN_FILT_HINT_CHANNEL_EVENT) == 0) { in che_process_channel_event()
887 if (knfflags & CHAN_FILT_HINT_CHANNEL_EVENT) { in che_process_channel_event()
889 CHAN_FILT_HINT_CHANNEL_EVENT, relaxed); in che_process_channel_event()
902 _CASSERT(CHAN_FILT_HINT_CHANNEL_EVENT == NOTE_CHANNEL_EVENT); in filt_che_attach()
972 if ((hint & CHAN_FILT_HINT_CHANNEL_EVENT) != 0) { in filt_che_event()
H A Dkern_channel_event.c275 na_post_event(kring, TRUE, FALSE, FALSE, CHAN_FILT_HINT_CHANNEL_EVENT); in kern_channel_event_notify()
H A Dchannel_var.h199 #define CHAN_FILT_HINT_CHANNEL_EVENT 0x2 /* channel event */ macro