Searched refs:schedule_tail (Results 1 – 17 of 17) sorted by relevance
71 jal schedule_tail # a0 = struct task_struct *prev77 jal schedule_tail # a0 = struct task_struct *prev
116 schedule_tail(current->thread.prev_sched); in new_thread_handler()132 schedule_tail(current->thread.prev_sched); in fork_handler()
184 bl schedule_tail190 bl schedule_tail200 bl schedule_tail
730 bl CFUNC(schedule_tail)737 bl CFUNC(schedule_tail)743 bl CFUNC(schedule_tail)759 bl CFUNC(schedule_tail)
129 | schedule_tail now used regardless of CONFIG_SMP132 jsr schedule_tail139 jsr schedule_tail
158 schedule_tail(prev); in ret_from_fork()167 schedule_tail(prev); in ret_from_kernel_thread()
289 1: .long schedule_tail
509 call schedule_tail513 call schedule_tail
364 call schedule_tail373 call schedule_tail
54 jl @schedule_tail
364 call schedule_tail
133 bl schedule_tail
504 bralid r15, schedule_tail; /* ...which is schedule_tail's arg */511 bralid r15, schedule_tail; /* ...which is schedule_tail's arg */
2152 abi_call schedule_tail2167 abi_call schedule_tail
745 BL schedule_tail, %r21672 BL schedule_tail, %r2
1009 l.jal schedule_tail
5430 asmlinkage __visible void schedule_tail(struct task_struct *prev) in schedule_tail() function