Searched refs:MMSLOTS (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.101.15/tests/skywalk/ |
| H A D | skt_pllupipe.c | 71 #define MMSLOTS 10000000 macro 94 sktc_pump_ring_nslots_kq(channel, ring, CHANNEL_SYNC_TX, true, MMSLOTS, true); in skt_pllupipe_txk_main() 120 sktc_pump_ring_nslots_select(channel, ring, CHANNEL_SYNC_TX, true, MMSLOTS, true); in skt_pllupipe_txs_main() 146 sktc_pump_ring_nslots_poll(channel, ring, CHANNEL_SYNC_TX, true, MMSLOTS, true); in skt_pllupipe_txp_main() 172 sktc_pump_ring_nslots_kq(channel, ring, CHANNEL_SYNC_RX, true, MMSLOTS, true); in skt_pllupipe_rxk_main() 198 sktc_pump_ring_nslots_select(channel, ring, CHANNEL_SYNC_RX, true, MMSLOTS, true); in skt_pllupipe_rxs_main() 224 sktc_pump_ring_nslots_poll(channel, ring, CHANNEL_SYNC_RX, true, MMSLOTS, true); in skt_pllupipe_rxp_main()
|
| H A D | skt_nslots.c | 413 #define MMSLOTS 10000000 macro 417 return skt_nslots_common(argc, argv, MMSLOTS, -1, 0); in skt_mmslots_select_main() 423 return skt_nslots_common(argc, argv, MMSLOTS, -1, 1); in skt_mmslots_poll_main() 429 return skt_nslots_common(argc, argv, MMSLOTS, -1, 2); in skt_mmslots_kqueue_main()
|