Searched refs:CHAN_FILT_HINT_CHANNEL_EVENT (Results 1 – 3 of 3) sorted by relevance
838 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()
275 na_post_event(kring, TRUE, FALSE, FALSE, CHAN_FILT_HINT_CHANNEL_EVENT); in kern_channel_event_notify()
199 #define CHAN_FILT_HINT_CHANNEL_EVENT 0x2 /* channel event */ macro