Searched refs:raw_atomic_long_inc_unless_negative (Results 1 – 2 of 2) sorted by relevance
1749 * raw_atomic_long_inc_unless_negative() - atomic increment unless negative with full ordering1760 raw_atomic_long_inc_unless_negative(atomic_long_t *v) in raw_atomic_long_inc_unless_negative() function
4703 * Unsafe to use in noinstr code; use raw_atomic_long_inc_unless_negative() there.4712 return raw_atomic_long_inc_unless_negative(v); in atomic_long_inc_unless_negative()