Searched refs:NOTE_LOWAT (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.61.12/tests/ |
| H A D | poll_select_kevent_paired_fds.c | 194 .fflags = NOTE_LOWAT, in reenable_workq() 233 NOTE_LOWAT, 1, NULL); in drive_kq() 236 NOTE_LOWAT, 1, 0, 0, 0); in drive_kq() 241 .fflags = NOTE_LOWAT, in drive_kq() 400 .fflags = NOTE_LOWAT, in write_to_fd() 647 .fflags = NOTE_LOWAT, in read_from_fd()
|
| H A D | uipc_kevent.c | 110 EV_SET(&chlist, sockets[0], EVFILT_WRITE, EV_ADD | EV_ERROR, NOTE_LOWAT, 100, 0); in test_kevent_lowat()
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | event.h | 234 #define NOTE_LOWAT 0x00000001 /* low water mark */ macro
|
| /xnu-12377.61.12/bsd/skywalk/channel/ |
| H A D | channel.c | 614 if (kn->kn_sfflags & NOTE_LOWAT) { in filt_chtouch() 718 if ((kn->kn_sfflags & NOTE_LOWAT) && in filt_chprocess() 730 if ((kn->kn_sfflags & NOTE_LOWAT) && in filt_chprocess() 785 if (kn->kn_sfflags & NOTE_LOWAT) { in filt_chrwattach()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | sys_pipe.c | 1394 if ((kn->kn_sfflags & NOTE_LOWAT) == 0) { in filt_pipelowwat()
|
| H A D | uipc_socket.c | 6586 if (kn->kn_sfflags & NOTE_LOWAT) { in filt_soread_common() 6783 if (kn->kn_sfflags & NOTE_LOWAT) { in filt_sowrite_common()
|
| H A D | kern_event.c | 939 return (kn->kn_sfflags & NOTE_LOWAT) ? kn->kn_sdata : 1; in knote_low_watermark()
|
| /xnu-12377.61.12/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 3175 ((kn->kn_sfflags & NOTE_LOWAT) == 0 || kn->kn_sdata != 1)) { in filt_specattach()
|
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skywalk_test_common.c | 934 (lowat > 0) ? NOTE_LOWAT : 0, lowat, in wait_on_fd()
|