Home
last modified time | relevance | path

Searched refs:__prev (Results 1 – 4 of 4) sorted by relevance

/arch/riscv/include/asm/
A Dswitch_to.h70 #define __switch_to_fpu(__prev, __next) do { } while (0) argument
115 struct task_struct *__prev = (prev); \
117 __set_prev_cpu(__prev->thread); \
119 __switch_to_fpu(__prev, __next); \
121 __switch_to_vector(__prev, __next); \
125 ((last) = __switch_to(__prev, __next)); \
A Dvector.h420 #define __switch_to_vector(__prev, __next) do {} while (0) argument
/arch/s390/include/asm/
A Dcmpxchg.h115 __typeof__(*(ptr)) __prev; \
121 __prev = arch_cmpxchg((ptr), (__old), (__new)); \
122 __cc = (__prev != __old); \
124 *__oldp = __prev; \
160 __typeof__(*(ptr)) __prev; \
162 __prev = arch_cmpxchg((ptr), (__old), (__new)); \
163 if (unlikely(__prev != __old)) \
164 *__oldp = __prev; \
165 likely(__prev == __old); \
/arch/csky/include/asm/
A Dswitch_to.h29 struct task_struct *__prev = (prev); \
31 __switch_to_fpu(__prev, __next); \

Completed in 7 milliseconds