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
1200 * atomic_cmpxchg_acquire() - atomic compare and exchange with acquire ordering
1220 * atomic_cmpxchg_release() - atomic compare and exchange with release ordering
1241 * atomic_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering
1261 * atomic_try_cmpxchg() - atomic compare and exchange with full ordering
1272 * Return: @true if the exchange occured, @false otherwise.
1284 * atomic_try_cmpxchg_acquire() - atomic compare and exchange with acquire ordering
1295 * Return: @true if the exchange occured, @false otherwise.
1306 * atomic_try_cmpxchg_release() - atomic compare and exchange with release ordering
1317 * Return: @true if the exchange occured, @false otherwise.
1329 * atomic_try_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering
1340 * Return: @true if the exchange occured, @false otherwise.
2683 * atomic64_xchg() - atomic exchange with full ordering
2702 * atomic64_xchg_acquire() - atomic exchange with acquire ordering
2720 * atomic64_xchg_release() - atomic exchange with release ordering
2739 * atomic64_xchg_relaxed() - atomic exchange with relaxed ordering
2757 * atomic64_cmpxchg() - atomic compare and exchange with full ordering
2778 * atomic64_cmpxchg_acquire() - atomic compare and exchange with acquire ordering
2798 * atomic64_cmpxchg_release() - atomic compare and exchange with release ordering
2819 * atomic64_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering
2839 * atomic64_try_cmpxchg() - atomic compare and exchange with full ordering
2850 * Return: @true if the exchange occured, @false otherwise.
2862 * atomic64_try_cmpxchg_acquire() - atomic compare and exchange with acquire ordering
2873 * Return: @true if the exchange occured, @false otherwise.
2884 * atomic64_try_cmpxchg_release() - atomic compare and exchange with release ordering
2895 * Return: @true if the exchange occured, @false otherwise.
2907 * atomic64_try_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering
2918 * Return: @true if the exchange occured, @false otherwise.
4261 * atomic_long_xchg() - atomic exchange with full ordering
4280 * atomic_long_xchg_acquire() - atomic exchange with acquire ordering
4298 * atomic_long_xchg_release() - atomic exchange with release ordering
4317 * atomic_long_xchg_relaxed() - atomic exchange with relaxed ordering
4335 * atomic_long_cmpxchg() - atomic compare and exchange with full ordering
4356 * atomic_long_cmpxchg_acquire() - atomic compare and exchange with acquire ordering
4376 * atomic_long_cmpxchg_release() - atomic compare and exchange with release ordering
4397 * atomic_long_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering
4417 * atomic_long_try_cmpxchg() - atomic compare and exchange with full ordering
4428 * Return: @true if the exchange occured, @false otherwise.
4440 * atomic_long_try_cmpxchg_acquire() - atomic compare and exchange with acquire ordering
4451 * Return: @true if the exchange occured, @false otherwise.
4462 * atomic_long_try_cmpxchg_release() - atomic compare and exchange with release ordering
4473 * Return: @true if the exchange occured, @false otherwise.
4485 * atomic_long_try_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering
4496 * Return: @true if the exchange occured, @false otherwise.