Home
last modified time | relevance | path

Searched refs:arch_vtime_task_switch (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dcputime.h35 static inline void arch_vtime_task_switch(struct task_struct *tsk) { } in arch_vtime_task_switch() function
45 static inline void arch_vtime_task_switch(struct task_struct *prev) in arch_vtime_task_switch() function
/openbmc/linux/arch/ia64/include/asm/
H A Dcputime.h18 extern void arch_vtime_task_switch(struct task_struct *tsk);
/openbmc/linux/include/linux/
H A Dvtime.h21 extern void arch_vtime_task_switch(struct task_struct *tsk);
/openbmc/linux/arch/ia64/kernel/
H A Dtime.c111 void arch_vtime_task_switch(struct task_struct *prev) in arch_vtime_task_switch() function
/openbmc/linux/kernel/sched/
H A Dcputime.c436 arch_vtime_task_switch(prev); in vtime_task_switch()