HomeSort by: relevance | last modified time | path
    Searched refs:atomic_try_cmpxchg (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
atomic.h 314 atomic_try_cmpxchg(atomic_t *atomic, int *valuep, int new) function in typeref:typename:bool
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_vma.c 842 } while (!atomic_try_cmpxchg(&vma->flags, &bound, bound + 1));
862 } while (!atomic_try_cmpxchg(&vma->flags, &bound, bound + 1));

Completed in 13 milliseconds