Searched refs:__next (Results 1 – 3 of 3) sorted by relevance
70 #define __switch_to_fpu(__prev, __next) do { } while (0) argument116 struct task_struct *__next = (next); \119 __switch_to_fpu(__prev, __next); \121 __switch_to_vector(__prev, __next); \122 if (switch_to_should_flush_icache(__next)) \124 __switch_to_envcfg(__next); \125 ((last) = __switch_to(__prev, __next)); \
420 #define __switch_to_vector(__prev, __next) do {} while (0) argument
30 struct task_struct *__next = (next); \31 __switch_to_fpu(__prev, __next); \
Completed in 7 milliseconds