Searched refs:sktc_chew_random (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.121.6/tests/skywalk/ |
| H A D | skywalk_test_utils.h | 262 uint32_t sktc_chew_random(channel_t channel, channel_ring_t ring, sync_mode_t mode, bool dosync, ui…
|
| H A D | skywalk_test_utils.c | 800 sktc_chew_random(channel_t channel, channel_ring_t ring, sync_mode_t mode, bool dosync, uint32_t ns… in sktc_chew_random() function 905 count += sktc_chew_random(channel, ring, mode, dosync, MIN(nslots - count, avail)); in sktc_pump_ring_nslots_kq() 979 count += sktc_chew_random(channel, ring, mode, dosync, MIN(nslots - count, avail)); in sktc_pump_ring_nslots_select() 1046 count += sktc_chew_random(channel, ring, mode, dosync, MIN(nslots - count, avail)); in sktc_pump_ring_nslots_poll()
|
| H A D | skywalk_test_common.c | 539 sktc_chew_random(sktc_channel, rxring, CHANNEL_SYNC_RX, false, rxavail); in sktc_channel_worker_sink() 620 sktc_chew_random(sktc_channel, txring, CHANNEL_SYNC_TX, true, txavail); in sktc_channel_worker_source()
|