| /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() 100 EV_SET(&kev[0], fd, EVFILT_READ, read_flags, 0, 0, event->data.ptr); in ff_epoll_ctl() 112 if (kev->filter == EVFILT_READ) { in ff_event_to_epoll() 131 if (kev->filter == EVFILT_READ) { in ff_event_to_epoll()
|
| H A D | ff_event.h | 39 #define EVFILT_READ (-1) macro
|
| /f-stack/example/ |
| H A D | main.c | 89 EV_SET(&kevSet, nclientfd, EVFILT_READ, EV_ADD, 0, 0, NULL); in loop() 99 } else if (event.filter == EVFILT_READ) { in loop() 140 EV_SET(&kevSet, sockfd, EVFILT_READ, EV_ADD, 0, MAX_EVENTS, NULL); in main() 169 EV_SET(&kevSet, sockfd6, EVFILT_READ, EV_ADD, 0, MAX_EVENTS, NULL); in main()
|
| H A D | main_zc.c | 169 EV_SET(&kevSet, nclientfd, EVFILT_READ, EV_ADD, 0, 0, NULL); in loop() 179 } else if (event.filter == EVFILT_READ) { in loop() 263 EV_SET(&kevSet, sockfd, EVFILT_READ, EV_ADD, 0, MAX_EVENTS, NULL); in main() 292 EV_SET(&kevSet, sockfd6, EVFILT_READ, EV_ADD, 0, MAX_EVENTS, NULL); in main()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | ae_ff_kqueue.c | 82 EV_SET(&ke, fd, EVFILT_READ, EV_ADD, 0, 0, NULL); in aeApiAddEvent() 97 EV_SET(&ke, fd, EVFILT_READ, EV_DELETE, 0, 0, NULL); in aeApiDelEvent() 129 if (e->filter == EVFILT_READ) mask |= AE_READABLE; in aeApiPoll()
|
| H A D | ae_kqueue.c | 80 EV_SET(&ke, fd, EVFILT_READ, EV_ADD, 0, 0, NULL); in aeApiAddEvent() 95 EV_SET(&ke, fd, EVFILT_READ, EV_DELETE, 0, 0, NULL); in aeApiDelEvent() 127 if (e->filter == EVFILT_READ) mask |= AE_READABLE; in aeApiPoll()
|
| /f-stack/app/micro_thread/ |
| H A D | kqueue_proxy.cpp | 201 EV_SET(&ke, fd, EVFILT_READ, EV_DELETE, 0, 0, NULL); in KqueueCtrlAdd() 221 EV_SET(&ke, fd, EVFILT_READ, EV_ADD, 0, 0, NULL); in KqueueCtrlAdd() 283 EV_SET(&ke, fd, EVFILT_READ, EV_DELETE, 0, 0, NULL); in KqueueCtrlDelRef() 300 EV_SET(&ke, fd, EVFILT_READ, EV_ADD, 0, 0, NULL); in KqueueCtrlDelRef() 388 if (tmp_evts == EVFILT_READ) { in KqueueRcvEventList()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | event.h | 34 #define EVFILT_READ (-1) macro
|
| /f-stack/freebsd/kern/ |
| H A D | subr_log.c | 202 if (kn->kn_filter != EVFILT_READ) in logkqfilter()
|
| H A D | sys_eventfd.c | 262 case EVFILT_READ: in eventfd_kqfilter()
|
| H A D | tty_pts.c | 520 case EVFILT_READ: in ptsdev_kqfilter()
|
| H A D | sys_pipe.c | 1705 if ((kn->kn_filter == EVFILT_READ) && !(fp->f_flag & FREAD)) { in pipe_kqfilter() 1716 case EVFILT_READ: in pipe_kqfilter()
|
| H A D | uipc_mqueue.c | 2612 if (kn->kn_filter == EVFILT_READ) { in mqf_kqfilter() 2628 if (kn->kn_filter == EVFILT_READ) in filt_mqdetach()
|
| H A D | tty.c | 777 case EVFILT_READ: in ttydev_kqfilter()
|
| H A D | kern_event.c | 383 if (kn->kn_filter != EVFILT_READ) in kqueue_kqfilter()
|
| H A D | uipc_socket.c | 3598 case EVFILT_READ:
|
| /f-stack/freebsd/sys/ |
| H A D | event.h | 37 #define EVFILT_READ (-1) macro
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event.h | 325 #define NGX_READ_EVENT EVFILT_READ
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_ff_module.c | 531 case EVFILT_READ: in kevent()
|
| H A D | ngx_kqueue_module.c | 624 case EVFILT_READ: in ngx_kqueue_process_events()
|
| /f-stack/dpdk/lib/librte_eal/freebsd/ |
| H A D | eal_interrupts.c | 76 ke->filter = EVFILT_READ; in intr_source_to_kevent()
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_pipe.c | 1015 if (kn->kn_filter != EVFILT_READ) in audit_pipe_kqfilter()
|
| /f-stack/freebsd/arm/ti/ |
| H A D | ti_pruss.c | 844 case EVFILT_READ: in ti_pruss_irq_kqfilter()
|
| /f-stack/freebsd/net/ |
| H A D | if_tuntap.c | 1942 case EVFILT_READ: in tunkqfilter()
|
| H A D | bpf.c | 2139 kn->kn_filter != EVFILT_READ) in bpfkqfilter()
|