Home
last modified time | relevance | path

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

/linux/arch/um/kernel/
A Dprocess.c87 to->thread.prev_sched = from; in __switch_to()
93 return current->thread.prev_sched; in __switch_to()
123 if (current->thread.prev_sched != NULL) in new_thread_handler()
124 schedule_tail(current->thread.prev_sched); in new_thread_handler()
125 current->thread.prev_sched = NULL; in new_thread_handler()
142 schedule_tail(current->thread.prev_sched); in fork_handler()
151 current->thread.prev_sched = NULL; in fork_handler()
/linux/arch/um/include/asm/
A Dprocessor-generic.h29 struct task_struct *prev_sched; member
54 .prev_sched = NULL, \

Completed in 8 milliseconds