Searched refs:xrand_next (Results 1 – 2 of 2) sorted by relevance
82 uint lock_index = xrand_next(&state) & lock_index_mask; in counter_test_per_core()88 busy_wait_at_least_cycles(xrand_next(&state) & 0xffu); in counter_test_per_core()101 uint lock_index = xrand_next(&state) & lock_index_mask; in counter_try_test_per_core()109 busy_wait_at_least_cycles(xrand_next(&state) & 0xffu); in counter_try_test_per_core()
50 static inline uint64_t xrand_next(xrand_state_t *s) { in xrand_next() function78 xrand_next(s); in xrand_jump()