Lines Matching full:decrement
665 * raw_atomic_long_dec() - atomic decrement with relaxed ordering
685 * raw_atomic_long_dec_return() - atomic decrement with full ordering
705 * raw_atomic_long_dec_return_acquire() - atomic decrement with acquire ordering
725 * raw_atomic_long_dec_return_release() - atomic decrement with release ordering
745 * raw_atomic_long_dec_return_relaxed() - atomic decrement with relaxed ordering
765 * raw_atomic_long_fetch_dec() - atomic decrement with full ordering
785 * raw_atomic_long_fetch_dec_acquire() - atomic decrement with acquire ordering
805 * raw_atomic_long_fetch_dec_release() - atomic decrement with release ordering
825 * raw_atomic_long_fetch_dec_relaxed() - atomic decrement with relaxed ordering
1550 * raw_atomic_long_dec_and_test() - atomic decrement and test if zero with full ordering
1758 * raw_atomic_long_dec_unless_positive() - atomic decrement unless positive with full ordering
1778 * raw_atomic_long_dec_if_positive() - atomic decrement if positive with full ordering