Searched refs:WRITE_ONCE (Results 1 – 7 of 7) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/store_buffering/ |
D | test.c | 26 WRITE_ONCE(x, 1); in rcu_reader() 36 WRITE_ONCE(y, 1); in thread_update()
|
/external/linux-kselftest/tools/testing/selftests/bpf/map_tests/ |
D | sk_storage_map.c | 251 WRITE_ONCE(sk_storage_map, map_fd); in do_sk_storage_map_stress_free() 256 WRITE_ONCE(sk_storage_map, -1); in do_sk_storage_map_stress_free() 265 WRITE_ONCE(stop, 1); in do_sk_storage_map_stress_free() 352 WRITE_ONCE(sk_storage_map, map_fd); in do_sk_storage_map_stress_change() 371 WRITE_ONCE(stop, 1); in do_sk_storage_map_stress_change() 392 WRITE_ONCE(stop, 1); in stop_handler()
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | barriers.h | 39 #define WRITE_ONCE(x) ((*(volatile typeof(x) *) &(x)) = (val)) macro
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_fine_fence.c | 12 WRITE_ONCE(*batch->fine_fences.map, 0); in iris_fine_fence_reset()
|
D | iris_screen.h | 48 #define WRITE_ONCE(x, v) *(volatile __typeof__(x) *)&(x) = (v) macro
|
D | iris_query.c | 523 WRITE_ONCE(q->map->snapshots_landed, false); in iris_begin_query()
|
/external/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 3243 - iris: Use READ_ONCE and WRITE_ONCE for snapshots_landed
|