Home
last modified time | relevance | path

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

/include/asm-generic/
A Dlocal.h44 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n)) macro
A Dlocal64.h47 return local_cmpxchg(&l->a, old, new); in local64_cmpxchg()
/include/linux/
A Dcoresight.h653 return local_cmpxchg(&csdev->mode, CS_MODE_DISABLED, new_mode) == in coresight_take_mode()

Completed in 6 milliseconds