Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dswitch_to.h70 #define __switch_to_fpu(__prev, __next) do { } while (0) argument
78 struct task_struct *__prev = (prev); \
81 __switch_to_fpu(__prev, __next); \
83 __switch_to_vector(__prev, __next); \
84 ((last) = __switch_to(__prev, __next)); \
H A Dvector.h213 #define __switch_to_vector(__prev, __next) do {} while (0) argument
/openbmc/linux/arch/csky/include/asm/
H A Dswitch_to.h29 struct task_struct *__prev = (prev); \
31 __switch_to_fpu(__prev, __next); \
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__intrusive_mpsc_queue.hpp43 _Node* __prev = static_cast<_Node*>( in push_back_nil() local
45 (__prev->*_Next).store(&__nil_, std::memory_order_release); in push_back_nil()