Home
last modified time | relevance | path

Searched refs:__switch_to_xtra (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/arch/x86/kernel/
Dprocess.h7 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p);
38 __switch_to_xtra(prev, next); in switch_to_extra()
Dprocess.c692 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to_xtra() function