Searched refs:atomic64_cmpxchg (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/include/linux/ |
D | iversion.h | 198 old = atomic64_cmpxchg(&inode->i_version, cur, new); in inode_maybe_inc_iversion() 299 old = atomic64_cmpxchg(&inode->i_version, cur, new); in inode_query_iversion()
|
D | atomic.h | 1106 #define atomic64_cmpxchg_relaxed atomic64_cmpxchg 1107 #define atomic64_cmpxchg_acquire atomic64_cmpxchg 1108 #define atomic64_cmpxchg_release atomic64_cmpxchg 1114 __atomic_op_acquire(atomic64_cmpxchg, __VA_ARGS__) 1119 __atomic_op_release(atomic64_cmpxchg, __VA_ARGS__) 1122 #ifndef atomic64_cmpxchg 1123 #define atomic64_cmpxchg(...) \ macro 1124 __atomic_op_fence(atomic64_cmpxchg, __VA_ARGS__) 1134 __r = atomic64_cmpxchg##type((_p), __o, (_n)); \
|
/linux-4.19.296/lib/ |
D | atomic64.c | 152 long long atomic64_cmpxchg(atomic64_t *v, long long o, long long n) in atomic64_cmpxchg() function 165 EXPORT_SYMBOL(atomic64_cmpxchg);
|
/linux-4.19.296/include/asm-generic/ |
D | atomic64.h | 55 extern long long atomic64_cmpxchg(atomic64_t *v, long long o, long long n);
|
D | local64.h | 83 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n))
|
D | atomic-instrumented.h | 61 static __always_inline s64 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg() function
|
/linux-4.19.296/block/ |
D | blk-iolatency.c | 600 if (atomic64_cmpxchg(&iolat->window_start, in blkcg_iolatency_done_bio()
|
D | blk-cgroup.c | 1654 atomic64_cmpxchg(&blkg->delay_start, old, now) == old) { in blkcg_scale_delay()
|
/linux-4.19.296/fs/xfs/ |
D | xfs_log.c | 149 head_val = atomic64_cmpxchg(head, old, new); in xlog_grant_sub_space() 178 head_val = atomic64_cmpxchg(head, old, new); in xlog_grant_add_space()
|