Searched refs:READ_ONCE (Results 1 – 8 of 8) sorted by relevance
1 TITLE: assertion failed: rpi->gp_acked + 1 == READ_ONCE(rsp->gpnum)3 kernel panic at kern/src/rcu.c:325, from core 3: assertion failed: rpi->gp_acked + 1 == READ_ONCE(r…
21 __unbuffered_tpr_y = READ_ONCE(y); in rcu_reader()41 __unbuffered_tpr_x = READ_ONCE(x); in thread_update()
70 addr += (READ_ONCE(random_array[i]) % guest_num_pages) in guest_code()73 *(uint64_t *)addr = READ_ONCE(iteration); in guest_code()124 while (!READ_ONCE(host_quit)) { in vcpu_worker()
38 #define READ_ONCE(x) (*(volatile typeof(x) *) &(x)) macro
42 #define READ_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
30 s1 = READ_ONCE(sequence); in do_test()
286 #define READ_ONCE(x) __READ_ONCE(x, 1) macro546 typeof(p) _________p1 = READ_ONCE(p); \
120 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro125 unsigned index = READ_ONCE(bo->index); in add_exec_bo()1050 unsigned index = READ_ONCE(bo->index); in brw_batch_references()