Lines Matching refs:atomic64_t
19 static atomic64_t next_id = ATOMIC64_INIT(COUNTER_PRE_INIT);
21 static void __init init_id(atomic64_t *const counter, const u32 random_32bits) in init_id()
46 atomic64_t counter = ATOMIC64_INIT(COUNTER_PRE_INIT); in test_init_min()
54 atomic64_t counter = ATOMIC64_INIT(COUNTER_PRE_INIT); in test_init_max()
63 atomic64_t counter = ATOMIC64_INIT(COUNTER_PRE_INIT); in test_init_once()
90 static u64 get_id_range(size_t number_of_ids, atomic64_t *const counter, in get_id_range()
130 atomic64_t counter; in test_range1_rand0()
144 atomic64_t counter; in test_range1_rand1()
158 atomic64_t counter; in test_range1_rand15()
172 atomic64_t counter; in test_range1_rand16()
186 atomic64_t counter; in test_range2_rand0()
200 atomic64_t counter; in test_range2_rand1()
214 atomic64_t counter; in test_range2_rand2()
228 atomic64_t counter; in test_range2_rand15()
242 atomic64_t counter; in test_range2_rand16()