Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/include/linux/
H A Datomic.h67 #define try_cmpxchg(p, op, n) \ macro
80 return try_cmpxchg(p, op, n); in atomic_try_cmpxchg()
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_requests.c107 while (!try_cmpxchg(&engine->retire, &first, tl)); in add_retire()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_request.c633 } while (!try_cmpxchg(&rq->fence.error, &old, error)); in i915_request_set_error_once()