Lines Matching refs:temp
48 int temp; \
57 : "=&r" (temp), "+" GCC_OFF_SMALL_ASM() (v->counter) \
60 int temp; \
69 : "=&r" (temp), "+" GCC_OFF_SMALL_ASM() (v->counter) \
71 } while (unlikely(!temp)); \
89 int temp; \
99 : "=&r" (result), "=&r" (temp), \
103 int temp; \
112 : "=&r" (result), "=&r" (temp), \
117 result = temp; result c_op i; \
163 int temp; in atomic_sub_if_positive() local
177 : "=&r" (result), "=&r" (temp), in atomic_sub_if_positive()
182 int temp; in atomic_sub_if_positive() local
196 : "=&r" (result), "=&r" (temp), in atomic_sub_if_positive()
331 long temp; \
340 : "=&r" (temp), "+" GCC_OFF_SMALL_ASM() (v->counter) \
343 long temp; \
352 : "=&r" (temp), "+" GCC_OFF_SMALL_ASM() (v->counter) \
354 } while (unlikely(!temp)); \
372 long temp; \
382 : "=&r" (result), "=&r" (temp), \
386 long temp; \
395 : "=&r" (result), "=&r" (temp), \
401 result = temp; result c_op i; \
447 long temp; in atomic64_sub_if_positive() local
461 : "=&r" (result), "=&r" (temp), in atomic64_sub_if_positive()
466 long temp; in atomic64_sub_if_positive() local
480 : "=&r" (result), "=&r" (temp), in atomic64_sub_if_positive()