Searched refs:EV_DELETE (Results 1 – 10 of 10) sorted by relevance
| /f-stack/lib/ |
| H A D | ff_epoll.c | 54 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 D | ff_event.h | 138 #define EV_DELETE 0x0002 /* delete event from kq */ macro
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | ae_ff_kqueue.c | 97 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 D | ae_kqueue.c | 95 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 D | kqueue_proxy.cpp | 191 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 D | eal_interrupts.c | 304 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 D | event.h | 69 #define EV_DELETE 0x0002 /* delete event from kq */ macro
|
| /f-stack/freebsd/sys/ |
| H A D | event.h | 136 #define EV_DELETE 0x0002 /* delete event from kq */ macro
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_kqueue_module.c | 394 flags |= EV_DELETE; in ngx_kqueue_del_event()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_event.c | 1537 kn->kn_kevent.flags &= ~(EV_ADD | EV_DELETE | in kqueue_register() 1565 if (kev->flags & EV_DELETE) { in kqueue_register()
|