Home
last modified time | relevance | path

Searched refs:atomic_try_cmpxchg (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/
H A Di915_sw_fence.c234 } while (!atomic_try_cmpxchg(&fence->pending, &pending, pending + 1)); in i915_sw_fence_await()
H A Di915_vma.c963 } while (!atomic_try_cmpxchg(&vma->flags, &bound, bound + 1)); in try_qad_pin()
/openbsd/sys/dev/pci/drm/include/linux/
H A Datomic.h78 atomic_try_cmpxchg(volatile int *p, int *op, int n) in atomic_try_cmpxchg() function