Home
last modified time | relevance | path

Searched refs:MMSLOTS (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/tests/skywalk/
H A Dskt_pllupipe.c71 #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 Dskt_nslots.c413 #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()