Searched refs:g_kq1 (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skt_utunloop.c | 328 static int g_kq1, g_kq2; variable 334 skt_utunloop_xfer_slots(g_kq1, g_channel1, 0, g_channel2, 0, __func__, true); in sktc_channel_worker_xfer12() 910 g_kq1 = kqueue(); in skt_tunloop_common() 913 error = kevent(g_kq1, &kev, 1, NULL, 0, NULL); in skt_tunloop_common() 990 error = kevent(g_kq1, &kev, 1, NULL, 0, NULL); in skt_tunloop_common()
|