Home | History | Annotate | Download | only in arm

Lines Matching refs:failure

75     int failure;						\
81 failure = __kernel_cmpxchg64 (&tmp, &tmp2, ptr); \
82 } while (failure != 0); \
104 int failure; \
110 failure = __kernel_cmpxchg64 (&tmp, &tmp2, ptr); \
111 } while (failure != 0); \
127 int failure;
137 failure = __kernel_cmpxchg64 (&actual_oldval, &newval, ptr);
139 if (__builtin_expect (!failure, 1))
150 int failure = __kernel_cmpxchg64 (&oldval, &newval, ptr);
151 return (failure == 0);
157 int failure;
162 failure = __kernel_cmpxchg64 (&oldval, &val, ptr);
163 } while (failure != 0);