···200200 * @u: ...unless v is equal to u.201201 *202202 * Atomically adds @a to @v, so long as @v was not already @u.203203- * Returns the old value of @v.203203+ * Returns non-zero if @v was not @u, and zero otherwise.204204 */205205static inline u64 atomic64_add_unless(atomic64_t *v, u64 a, u64 u)206206{