Searched refs:g_kq1 (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 333 skt_utunloop_xfer_slots(g_kq1, g_channel1, 0, g_channel2, 0, __func__, true); in sktc_channel_worker_xfer12() 908 g_kq1 = kqueue(); in skt_tunloop_common() 911 error = kevent(g_kq1, &kev, 1, NULL, 0, NULL); in skt_tunloop_common() 988 error = kevent(g_kq1, &kev, 1, NULL, 0, NULL); in skt_tunloop_common()
|