Searched refs:target_new (Results 1 – 1 of 1) sorted by relevance
2361 uint16_t target_old, target_new; in atomic_add_safe_u16() local2365 if (u16_add_overflow(target_old, addition, &target_new)) { in atomic_add_safe_u16()2368 } while (!atomic_cas(target, target_old, target_new)); in atomic_add_safe_u16()