| /f-stack/app/nginx-1.16.1/auto/os/ |
| H A D | darwin | 23 # kqueue 25 echo " + kqueue found" 33 ngx_feature="kqueue's EVFILT_TIMER" 44 if ((kq = kqueue()) == -1) return 1; 63 ngx_feature="Darwin 64-bit kqueue millisecond timeout bug" 75 kq = kqueue();
|
| H A D | freebsd | 65 # kqueue 70 echo " + kqueue found" 83 # kqueue's NOTE_LOWAT 88 echo " + kqueue's NOTE_LOWAT found" 92 # kqueue's EVFILT_TIMER 97 echo " + kqueue's EVFILT_TIMER found"
|
| /f-stack/freebsd/kern/ |
| H A D | kern_event.c | 532 struct kqueue *kq; in knote_fork() 797 struct kqueue *kq; in filt_timertouch() 976 struct kqueue *kq; in kern_kqueue() 1258 struct kqueue *kq; in kern_kevent_fp() 1642 struct kqueue *kq; in kqueue_acquire() 1765 struct kqueue *kq; in kqueue_task() 2012 struct kqueue *kq; in kqueue_ioctl() 2041 struct kqueue *kq; in kqueue_poll() 2241 struct kqueue *kq; in knote() 2492 struct kqueue *kq; in knlist_cleardel() [all …]
|
| H A D | capabilities.conf | 392 kqueue
|
| /f-stack/freebsd/sys/ |
| H A D | eventvar.h | 43 struct kqueue { struct 46 TAILQ_ENTRY(kqueue) kq_list; argument
|
| H A D | event.h | 221 struct kqueue; 222 TAILQ_HEAD(kqlist, kqueue); 284 struct kqueue *kn_kq; /* which queue we are on */ 358 int kqueue(void);
|
| H A D | syscall.mk | 234 kqueue.o \
|
| /f-stack/tools/compat/include/sys/ |
| H A D | event.h | 153 struct kqueue; 154 TAILQ_HEAD(kqlist, kqueue); 215 struct kqueue *kn_kq; /* which queue we are on */ 291 int kqueue(void);
|
| /f-stack/lib/ |
| H A D | ff_event.h | 223 struct kqueue; 224 TAILQ_HEAD(kqlist, kqueue);
|
| /f-stack/app/nginx-1.16.1/conf/ |
| H A D | nginx.conf | 17 use kqueue;
|
| /f-stack/doc/ |
| H A D | F-Stack_Nginx_APP_Guide.md | 83 use kqueue; # use kqueue
|
| H A D | F-Stack_API_Reference.md | 159 …The kqueue() system call provides a generic method of notifying the user when an event occurs or a… 160 more info see man kqueue on FreeBSD System Calls Manual.
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | unix | 72 ngx_feature="kqueue" 78 ngx_feature_test="(void) kqueue()" 88 ngx_feature="kqueue's NOTE_LOWAT" 100 ngx_feature="kqueue's EVFILT_TIMER" 111 if ((kq = kqueue()) == -1) return 1; 518 ngx_feature="kqueue AIO support"
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | ae_kqueue.c | 50 state->kqfd = kqueue(); in aeApiCreate()
|
| /f-stack/tools/libutil/tests/ |
| H A D | pidfile_test.c | 173 kq = kqueue(); in common_test_pidfile_child()
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_kqueue_module.c | 54 extern int kqueue(void); 139 ngx_kqueue = kqueue(); in ngx_kqueue_init()
|
| H A D | ngx_ff_module.c | 516 kqueue(void) in kqueue() function
|
| /f-stack/dpdk/lib/librte_eal/freebsd/ |
| H A D | eal_interrupts.c | 612 kq = kqueue(); in rte_eal_intr_init()
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 3598 платформах, не поддерживающих методы kqueue или eventport. 5024 методы kqueue, epoll, rtsig или eventport; ошибка появилась в 0.7.7. 5445 поддерживающих метод kqueue, то nginx выдавал alert "name is out of 6958 *) Изменение: обход ошибки обработки миллисекундных таймаутов kqueue в 7061 *) Изменение: обход ошибки в kqueue во FreeBSD. 8429 *) Исправление: очень редкая ошибка при обработке kqueue. 8442 поддерживающих kqueue NOTE_LOWAT, но и на всех, поддерживающих
|
| H A D | CHANGES | 3531 platforms which do not support kqueue or eventport notification 4926 *) Bugfix: HTTPS connections might hang, if kqueue, epoll, rtsig, or 5333 kqueue, then nginx issued an alert "name is out of response". 6826 *) Workaround: for MacOSX 64-bit kernel kqueue millisecond timeout bug. 6932 *) Workaround: for bug in FreeBSD kqueue. 8289 *) Bugfix: very seldom bug in the kqueue processing. 8302 support kqueue NOTE_LOWAT, but also on OSes that support SO_SNDLOWAT.
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | env_abstraction_layer.rst | 378 From FreeBSD's perspective, kqueue is the alternative way, but not implemented yet.
|