Searched refs:NOTE_LOWAT (Results 1 – 9 of 9) sorted by relevance
83 # kqueue's NOTE_LOWAT88 echo " + kqueue's NOTE_LOWAT found"
180 #define NOTE_LOWAT 0x0001 /* low water mark */ macro
111 #define NOTE_LOWAT 0x0001 /* low water mark */ macro
178 #define NOTE_LOWAT 0x0001 /* low water mark */ macro
453 kev->fflags = NOTE_LOWAT; in ngx_kqueue_set_event()
88 ngx_feature="kqueue's NOTE_LOWAT"95 kev.fflags = NOTE_LOWAT;
3841 if (kn->kn_sfflags & NOTE_LOWAT) {3888 else if (kn->kn_sfflags & NOTE_LOWAT)
8442 поддерживающих kqueue NOTE_LOWAT, но и на всех, поддерживающих
8302 support kqueue NOTE_LOWAT, but also on OSes that support SO_SNDLOWAT.