Searched refs:atomic64_try_cmpxchg (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | iversion.h | 149 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, val)); in inode_set_max_iversion_raw()
|
/linux-6.3-rc2/net/tls/ |
A D | tls_device.c | 775 atomic64_try_cmpxchg(&resync_async->req, &resync_req, 0)) { in tls_device_rx_resync_async() 787 atomic64_try_cmpxchg(&resync_async->req, in tls_device_rx_resync_async() 822 !atomic64_try_cmpxchg(&rx_ctx->resync_req, &resync_req, 0)) in tls_device_rx_resync_new_rec()
|
/linux-6.3-rc2/fs/ |
A D | libfs.c | 1581 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, new)); in inode_maybe_inc_iversion() 1617 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, new)); in inode_query_iversion()
|
/linux-6.3-rc2/block/ |
A D | blk-iolatency.c | 633 if (atomic64_try_cmpxchg(&iolat->window_start, in blkcg_iolatency_done_bio()
|
A D | blk-cgroup.c | 1738 atomic64_try_cmpxchg(&blkg->delay_start, &old, now)) { in blkcg_scale_delay()
|
/linux-6.3-rc2/kernel/time/ |
A D | posix-cpu-timers.c | 251 } while (!atomic64_try_cmpxchg(cputime, &curr_cputime, sum_cputime)); in __update_gt_cputime()
|
/linux-6.3-rc2/include/linux/atomic/ |
A D | atomic-instrumented.h | 1149 atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg() function
|
Completed in 49 milliseconds