Home
last modified time | relevance | path

Searched refs:WRITE_ONCE (Results 1 – 11 of 11) sorted by relevance

/third_party/libbpf/include/linux/
Dcompiler.h10 #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/
Dlist.h86 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()
Dcompiler.h40 #define WRITE_ONCE(x,v) do { \ macro
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_fine_fence.c12 WRITE_ONCE(*batch->fine_fences.map, 0); in iris_fine_fence_reset()
Diris_screen.h51 #define WRITE_ONCE(x, v) *(volatile __typeof__(x) *)&(x) = (v) macro
Diris_query.c525 WRITE_ONCE(q->map->snapshots_landed, false); in iris_begin_query()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_fine_fence.c12 WRITE_ONCE(*batch->fine_fences.map, 0); in crocus_fine_fence_reset()
Dcrocus_screen.h51 #define WRITE_ONCE(x, v) *(volatile __typeof__(x) *)&(x) = (v) macro
Dcrocus_query.c557 WRITE_ONCE(q->map->snapshots_landed, false); in crocus_begin_query()
/third_party/libbpf/src/
Dlibbpf.c5390 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/
D19.1.0.rst3243 - iris: Use READ_ONCE and WRITE_ONCE for snapshots_landed