Searched refs:g_kq2 (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/tests/skywalk/ |
| H A D | skt_utunloop.c | 327 static int g_kq1, g_kq2; variable 341 skt_utunloop_xfer_slots(g_kq2, g_channel2, 0, g_channel1, 0, __func__, false); in sktc_channel_worker_xfer21() 914 g_kq2 = kqueue(); in skt_tunloop_common() 917 error = kevent(g_kq2, &kev, 1, NULL, 0, NULL); in skt_tunloop_common() 991 error = kevent(g_kq2, &kev, 1, NULL, 0, NULL); in skt_tunloop_common()
|