Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcputime.h49 static inline void arch_vtime_task_switch(struct task_struct *tsk) { } in arch_vtime_task_switch() function
59 static inline void arch_vtime_task_switch(struct task_struct *prev) in arch_vtime_task_switch() function
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dcputime.h18 extern void arch_vtime_task_switch(struct task_struct *tsk);
/OK3568_Linux_fs/kernel/include/linux/
H A Dvtime.h71 extern void arch_vtime_task_switch(struct task_struct *tsk);
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dtime.c109 void arch_vtime_task_switch(struct task_struct *prev) in arch_vtime_task_switch() function
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcputime.c429 arch_vtime_task_switch(prev); in vtime_task_switch()