Home
last modified time | relevance | path

Searched refs:EV_DELETE (Results 1 – 10 of 10) sorted by relevance

/f-stack/lib/
H A Dff_epoll.c54 EV_SET(&kev[0], fd, EVFILT_READ, EV_DELETE, 0, 0, NULL); in ff_epoll_ctl()
55 EV_SET(&kev[1], fd, EVFILT_WRITE, EV_DELETE, 0, 0, NULL); in ff_epoll_ctl()
H A Dff_event.h138 #define EV_DELETE 0x0002 /* delete event from kq */ macro
/f-stack/app/redis-5.0.5/src/
H A Dae_ff_kqueue.c97 EV_SET(&ke, fd, EVFILT_READ, EV_DELETE, 0, 0, NULL); in aeApiDelEvent()
101 EV_SET(&ke, fd, EVFILT_WRITE, EV_DELETE, 0, 0, NULL); in aeApiDelEvent()
H A Dae_kqueue.c95 EV_SET(&ke, fd, EVFILT_READ, EV_DELETE, 0, 0, NULL); in aeApiDelEvent()
99 EV_SET(&ke, fd, EVFILT_WRITE, EV_DELETE, 0, 0, NULL); in aeApiDelEvent()
/f-stack/app/micro_thread/
H A Dkqueue_proxy.cpp191 EV_SET(&ke, fd, EVFILT_WRITE, EV_DELETE, 0, 0, NULL); in KqueueCtrlAdd()
201 EV_SET(&ke, fd, EVFILT_READ, EV_DELETE, 0, 0, NULL); in KqueueCtrlAdd()
275 EV_SET(&ke, fd, EVFILT_WRITE, EV_DELETE, 0, 0, NULL); in KqueueCtrlDelRef()
283 EV_SET(&ke, fd, EVFILT_READ, EV_DELETE, 0, 0, NULL); in KqueueCtrlDelRef()
/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal_interrupts.c304 ke.flags = EV_DELETE; /* mark for deletion from the queue */ in rte_intr_callback_unregister()
535 ke.flags = EV_DELETE; in eal_intr_process_interrupts()
/f-stack/tools/compat/include/sys/
H A Devent.h69 #define EV_DELETE 0x0002 /* delete event from kq */ macro
/f-stack/freebsd/sys/
H A Devent.h136 #define EV_DELETE 0x0002 /* delete event from kq */ macro
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_kqueue_module.c394 flags |= EV_DELETE; in ngx_kqueue_del_event()
/f-stack/freebsd/kern/
H A Dkern_event.c1537 kn->kn_kevent.flags &= ~(EV_ADD | EV_DELETE | in kqueue_register()
1565 if (kev->flags & EV_DELETE) { in kqueue_register()