Searched refs:EV_CLEAR (Results 1 – 11 of 11) sorted by relevance
76 flags |= EV_CLEAR; in ff_epoll_ctl()
145 #define EV_CLEAR 0x0020 /* clear event state after reporting */ macro
76 #define EV_CLEAR 0x0020 /* clear event state after reporting */ macro
143 #define EV_CLEAR 0x0020 /* clear event state after reporting */ macro
435 kn->kn_flags |= EV_CLEAR; /* automatically set */ in filt_procattach()753 kn->kn_flags |= EV_CLEAR; /* automatically set */ in filt_timerattach()848 if (kn->kn_flags & EV_CLEAR) { in filt_timertouch()931 if (kev->flags & EV_CLEAR) { in filt_usertouch()942 if (kn->kn_flags & EV_CLEAR) { in filt_usertouch()1937 if (kn->kn_flags & (EV_CLEAR | EV_DISPATCH)) { in kqueue_scan()1942 if (touch == 0 && kn->kn_flags & EV_CLEAR) { in kqueue_scan()
502 kn->kn_flags |= EV_CLEAR; in procdesc_kqfilter()
1645 if ((evflags & ~(EV_CLEAR | EV_DISPATCH | EV_ONESHOT)) != 0) { in aio_aqueue()
3948 kn->kn_flags |= EV_CLEAR; /* automatically set */ in filt_sigattach()
6060 kn->kn_flags |= EV_CLEAR; in filt_fsattach()
349 #define NGX_CLEAR_EVENT EV_CLEAR
249 notify_kev.flags = EV_ADD|EV_CLEAR; in ngx_kqueue_notify_init()