Home
last modified time | relevance | path

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/
Dtest.c26 WRITE_ONCE(x, 1); in rcu_reader()
36 WRITE_ONCE(y, 1); in thread_update()
/external/linux-kselftest/tools/testing/selftests/bpf/map_tests/
Dsk_storage_map.c251 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/
Dbarriers.h39 #define WRITE_ONCE(x) ((*(volatile typeof(x) *) &(x)) = (val)) macro
/external/mesa3d/src/gallium/drivers/iris/
Diris_fine_fence.c12 WRITE_ONCE(*batch->fine_fences.map, 0); in iris_fine_fence_reset()
Diris_screen.h48 #define WRITE_ONCE(x, v) *(volatile __typeof__(x) *)&(x) = (v) macro
Diris_query.c523 WRITE_ONCE(q->map->snapshots_landed, false); in iris_begin_query()
/external/mesa3d/docs/relnotes/
D19.1.0.rst3243 - iris: Use READ_ONCE and WRITE_ONCE for snapshots_landed