Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/asm/
H A Dbarrier.h39 WRITE_ONCE(var, value); \
45 WRITE_ONCE(*p, v); \
/dragonfly/sys/dev/drm/include/drm/
H A Dspsc_queue.h74 WRITE_ONCE(*tail, node); in spsc_queue_push()
102 WRITE_ONCE(queue->head, next); in spsc_queue_pop()
/dragonfly/sys/dev/drm/include/asm-generic/
H A Datomic-long.h37 WRITE_ONCE(v->counter, i); in atomic_long_set()
/dragonfly/sys/dev/drm/include/linux/
H A Drcupdate.h73 WRITE_ONCE((p), (v)); \
H A Dcompiler.h142 #define WRITE_ONCE(var, value) ({ \ macro
H A Dlist.h87 WRITE_ONCE(prev->next, next); in __list_del()
/dragonfly/sys/dev/drm/i915/
H A Di915_utils.h124 WRITE_ONCE(head->next, first); in __list_del_many()
H A Dintel_hotplug.c508 WRITE_ONCE(dev_priv->hotplug.poll_enabled, false); in intel_hpd_init()
589 WRITE_ONCE(dev_priv->hotplug.poll_enabled, true); in intel_hpd_poll_init()
H A Dintel_ringbuffer.h604 WRITE_ONCE(engine->status_page.page_addr[reg], value); in intel_write_status_page()
H A Di915_guc_submission.c457 WRITE_ONCE(desc->tail, (wq_off + wqi_size) & (GUC_WQ_SIZE - 1)); in guc_wq_item_append()
H A Di915_gem.c1863 WRITE_ONCE(obj->frontbuffer_ggtt_origin, ORIGIN_CPU); in i915_gem_mmap_ioctl()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsdma_v3_0.c390 WRITE_ONCE(*wb, (lower_32_bits(ring->wptr) << 2)); in sdma_v3_0_ring_set_wptr()
395 WRITE_ONCE(*wb, (lower_32_bits(ring->wptr) << 2)); in sdma_v3_0_ring_set_wptr()
H A Dsdma_v4_0.c343 WRITE_ONCE(*wb, (ring->wptr << 2)); in sdma_v4_0_ring_set_wptr()
/dragonfly/sys/dev/drm/scheduler/
H A Dgpu_scheduler.c534 WRITE_ONCE(entity->last_user, current->group_leader); in drm_sched_entity_push_job()
/dragonfly/sys/dev/drm/
H A Ddrm_vblank.c956 WRITE_ONCE(vblank->enabled, true); in drm_vblank_enable()