Searched refs:WRITE_ONCE (Results 1 – 11 of 11) sorted by relevance
/third_party/libbpf/include/linux/ |
D | compiler.h | 10 #define WRITE_ONCE(x, v) (*(volatile typeof(x) *)&x) = (v) macro 23 WRITE_ONCE(*p, v); \ 57 WRITE_ONCE(*p, v); \
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | list.h | 86 WRITE_ONCE(prev->next, next); in __list_del() 335 WRITE_ONCE(*(n->pprev), n->next); in hlist_del() 357 WRITE_ONCE(h->first, n); in hlist_add_head() 368 WRITE_ONCE(*(n->pprev), n); in hlist_add_before() 376 WRITE_ONCE(prev->next, n); in hlist_add_behind()
|
D | compiler.h | 40 #define WRITE_ONCE(x,v) do { \ macro
|
/third_party/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 | 51 #define WRITE_ONCE(x, v) *(volatile __typeof__(x) *)&(x) = (v) macro
|
D | iris_query.c | 525 WRITE_ONCE(q->map->snapshots_landed, false); in iris_begin_query()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_fine_fence.c | 12 WRITE_ONCE(*batch->fine_fences.map, 0); in crocus_fine_fence_reset()
|
D | crocus_screen.h | 51 #define WRITE_ONCE(x, v) *(volatile __typeof__(x) *)&(x) = (v) macro
|
D | crocus_query.c | 557 WRITE_ONCE(q->map->snapshots_landed, false); in crocus_begin_query()
|
/third_party/libbpf/src/ |
D | libbpf.c | 5390 WRITE_ONCE(feat->res, FEAT_SUPPORTED); 5392 WRITE_ONCE(feat->res, FEAT_MISSING); 5395 WRITE_ONCE(feat->res, FEAT_MISSING); 13462 WRITE_ONCE(cpus, tmp_cpus);
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 3243 - iris: Use READ_ONCE and WRITE_ONCE for snapshots_landed
|