Searched refs:schedule_tail (Results 1 – 24 of 24) sorted by relevance
71 jal schedule_tail # a0 = struct task_struct *prev77 jal schedule_tail # a0 = struct task_struct *prev
114 schedule_tail(current->thread.prev_sched); in new_thread_handler()130 schedule_tail(current->thread.prev_sched); in fork_handler()
116 jbsr schedule_tail122 jbsr schedule_tail
129 | schedule_tail now used regardless of CONFIG_SMP132 jsr schedule_tail139 jsr schedule_tail
183 bl schedule_tail189 bl schedule_tail199 bl schedule_tail
730 bl CFUNC(schedule_tail)737 bl CFUNC(schedule_tail)743 bl CFUNC(schedule_tail)759 bl CFUNC(schedule_tail)
148 schedule_tail(prev); in ret_from_fork()157 schedule_tail(prev); in ret_from_kernel_thread()
324 call schedule_tail333 call schedule_tail
63 extern asmlinkage void schedule_tail(struct task_struct *prev);
509 call schedule_tail513 call schedule_tail
289 1: .long schedule_tail
56 schedule_tail(prev); in __ret_from_fork()
54 jl @schedule_tail
364 call schedule_tail
110 call schedule_tail
949 call schedule_tail956 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 */
154 schedule_tail(prev); in ret_from_fork()
2152 abi_call schedule_tail2167 abi_call schedule_tail
857 bl schedule_tail
745 BL schedule_tail, %r21667 BL schedule_tail, %r2
1009 l.jal schedule_tail
5238 asmlinkage __visible void schedule_tail(struct task_struct *prev) in schedule_tail() function