Home
last modified time | relevance | path

Searched refs:EV_CLEAR (Results 1 – 11 of 11) sorted by relevance

/f-stack/lib/
H A Dff_epoll.c76 flags |= EV_CLEAR; in ff_epoll_ctl()
H A Dff_event.h145 #define EV_CLEAR 0x0020 /* clear event state after reporting */ macro
/f-stack/tools/compat/include/sys/
H A Devent.h76 #define EV_CLEAR 0x0020 /* clear event state after reporting */ macro
/f-stack/freebsd/sys/
H A Devent.h143 #define EV_CLEAR 0x0020 /* clear event state after reporting */ macro
/f-stack/freebsd/kern/
H A Dkern_event.c435 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()
H A Dsys_procdesc.c502 kn->kn_flags |= EV_CLEAR; in procdesc_kqfilter()
H A Dvfs_aio.c1645 if ((evflags & ~(EV_CLEAR | EV_DISPATCH | EV_ONESHOT)) != 0) { in aio_aqueue()
H A Dkern_sig.c3948 kn->kn_flags |= EV_CLEAR; /* automatically set */ in filt_sigattach()
H A Dvfs_subr.c6060 kn->kn_flags |= EV_CLEAR; in filt_fsattach()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.h349 #define NGX_CLEAR_EVENT EV_CLEAR
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_kqueue_module.c249 notify_kev.flags = EV_ADD|EV_CLEAR; in ngx_kqueue_notify_init()