Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/unit/
H A Dmunit.c881 static ATOMIC_UINT32_T munit_rand_state = 42; variable
984 munit_atomic_store(&munit_rand_state, state); in munit_rand_seed()
1014 old = munit_atomic_load(&munit_rand_state); in munit_rand_uint32()
1016 } while (!munit_atomic_cas(&munit_rand_state, &old, state)); in munit_rand_uint32()
1042 state = old = munit_atomic_load(&munit_rand_state); in munit_rand_memory()
1044 } while (!munit_atomic_cas(&munit_rand_state, &old, state)); in munit_rand_memory()
1075 state = old = munit_atomic_load(&munit_rand_state); in munit_rand_at_most()
1077 } while (!munit_atomic_cas(&munit_rand_state, &old, state)); in munit_rand_at_most()
1099 state = old = munit_atomic_load(&munit_rand_state); in munit_rand_double()
1105 } while (!munit_atomic_cas(&munit_rand_state, &old, state)); in munit_rand_double()