Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/skywalk/
H A Dskywalk_test_utils.h260 uint32_t sktc_chew_random(channel_t channel, channel_ring_t ring, sync_mode_t mode, bool dosync, ui…
261 void sktc_pump_ring_nslots_kq(channel_t channel, channel_ring_t ring, sync_mode_t mode, bool dosync
262 …ts_select(channel_t channel, channel_ring_t ring, sync_mode_t mode, bool dosync, uint64_t nslots, …
263 …lots_poll(channel_t channel, channel_ring_t ring, sync_mode_t mode, bool dosync, uint64_t nslots, …
H A Dskywalk_test_utils.c786 sktc_chew_random(channel_t channel, channel_ring_t ring, sync_mode_t mode, bool dosync, uint32_t ns… in sktc_chew_random() argument
818 if (dosync) { in sktc_chew_random()
832 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
891 count += sktc_chew_random(channel, ring, mode, dosync, MIN(nslots - count, avail)); in sktc_pump_ring_nslots_kq()
905 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
965 count += sktc_chew_random(channel, ring, mode, dosync, MIN(nslots - count, avail)); in sktc_pump_ring_nslots_select()
976 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
1032 count += sktc_chew_random(channel, ring, mode, dosync, MIN(nslots - count, avail)); in sktc_pump_ring_nslots_poll()