Searched refs:dosync (Results 1 – 2 of 2) 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… 263 void sktc_pump_ring_nslots_kq(channel_t channel, channel_ring_t ring, sync_mode_t mode, bool dosync… 264 …ts_select(channel_t channel, channel_ring_t ring, sync_mode_t mode, bool dosync, uint64_t nslots, … 265 …lots_poll(channel_t channel, channel_ring_t ring, sync_mode_t mode, bool dosync, uint64_t nslots, …
|
| 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() argument 832 if (dosync) { in sktc_chew_random() 846 sktc_pump_ring_nslots_kq(channel_t channel, channel_ring_t ring, sync_mode_t mode, bool dosync, uin… in sktc_pump_ring_nslots_kq() argument 905 count += sktc_chew_random(channel, ring, mode, dosync, MIN(nslots - count, avail)); in sktc_pump_ring_nslots_kq() 919 sktc_pump_ring_nslots_select(channel_t channel, channel_ring_t ring, sync_mode_t mode, bool dosync,… in sktc_pump_ring_nslots_select() argument 979 count += sktc_chew_random(channel, ring, mode, dosync, MIN(nslots - count, avail)); in sktc_pump_ring_nslots_select() 990 sktc_pump_ring_nslots_poll(channel_t channel, channel_ring_t ring, sync_mode_t mode, bool dosync, u… in sktc_pump_ring_nslots_poll() argument 1046 count += sktc_chew_random(channel, ring, mode, dosync, MIN(nslots - count, avail)); in sktc_pump_ring_nslots_poll()
|