Lines Matching full:exchange

1105  * atomic_xchg() - atomic exchange with full ordering
1124 * atomic_xchg_acquire() - atomic exchange with acquire ordering
1142 * atomic_xchg_release() - atomic exchange with release ordering
1161 * atomic_xchg_relaxed() - atomic exchange with relaxed ordering
1179 * atomic_cmpxchg() - atomic compare and exchange with full ordering
1199 * atomic_cmpxchg_acquire() - atomic compare and exchange with acquire ordering
1218 * atomic_cmpxchg_release() - atomic compare and exchange with release ordering
1238 * atomic_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering
1257 * atomic_try_cmpxchg() - atomic compare and exchange with full ordering
1267 * Return: @true if the exchange occured, @false otherwise.
1279 * atomic_try_cmpxchg_acquire() - atomic compare and exchange with acquire ordering
1289 * Return: @true if the exchange occured, @false otherwise.
1300 * atomic_try_cmpxchg_release() - atomic compare and exchange with release ordering
1310 * Return: @true if the exchange occured, @false otherwise.
1322 * atomic_try_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering
1332 * Return: @true if the exchange occured, @false otherwise.
2669 * atomic64_xchg() - atomic exchange with full ordering
2688 * atomic64_xchg_acquire() - atomic exchange with acquire ordering
2706 * atomic64_xchg_release() - atomic exchange with release ordering
2725 * atomic64_xchg_relaxed() - atomic exchange with relaxed ordering
2743 * atomic64_cmpxchg() - atomic compare and exchange with full ordering
2763 * atomic64_cmpxchg_acquire() - atomic compare and exchange with acquire ordering
2782 * atomic64_cmpxchg_release() - atomic compare and exchange with release ordering
2802 * atomic64_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering
2821 * atomic64_try_cmpxchg() - atomic compare and exchange with full ordering
2831 * Return: @true if the exchange occured, @false otherwise.
2843 * atomic64_try_cmpxchg_acquire() - atomic compare and exchange with acquire ordering
2853 * Return: @true if the exchange occured, @false otherwise.
2864 * atomic64_try_cmpxchg_release() - atomic compare and exchange with release ordering
2874 * Return: @true if the exchange occured, @false otherwise.
2886 * atomic64_try_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering
2896 * Return: @true if the exchange occured, @false otherwise.
4233 * atomic_long_xchg() - atomic exchange with full ordering
4252 * atomic_long_xchg_acquire() - atomic exchange with acquire ordering
4270 * atomic_long_xchg_release() - atomic exchange with release ordering
4289 * atomic_long_xchg_relaxed() - atomic exchange with relaxed ordering
4307 * atomic_long_cmpxchg() - atomic compare and exchange with full ordering
4327 * atomic_long_cmpxchg_acquire() - atomic compare and exchange with acquire ordering
4346 * atomic_long_cmpxchg_release() - atomic compare and exchange with release ordering
4366 * atomic_long_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering
4385 * atomic_long_try_cmpxchg() - atomic compare and exchange with full ordering
4395 * Return: @true if the exchange occured, @false otherwise.
4407 * atomic_long_try_cmpxchg_acquire() - atomic compare and exchange with acquire ordering
4417 * Return: @true if the exchange occured, @false otherwise.
4428 * atomic_long_try_cmpxchg_release() - atomic compare and exchange with release ordering
4438 * Return: @true if the exchange occured, @false otherwise.
4450 * atomic_long_try_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering
4460 * Return: @true if the exchange occured, @false otherwise.