Searched refs:schedule_tail (Results 1 – 25 of 25) sorted by relevance
78 bl schedule_tail # a0 = struct task_struct *prev87 bl schedule_tail # a0 = struct task_struct *prev
71 jal schedule_tail # a0 = struct task_struct *prev77 jal schedule_tail # a0 = struct task_struct *prev
116 jbsr schedule_tail122 jbsr schedule_tail
132 | schedule_tail now used regardless of CONFIG_SMP135 jsr schedule_tail142 jsr schedule_tail
186 bl schedule_tail192 bl schedule_tail202 bl schedule_tail
730 bl CFUNC(schedule_tail)737 bl CFUNC(schedule_tail)743 bl CFUNC(schedule_tail)759 bl CFUNC(schedule_tail)
126 schedule_tail(current->thread.prev_sched); in new_thread_handler()144 schedule_tail(current->thread.prev_sched); in fork_handler()
61 extern asmlinkage void schedule_tail(struct task_struct *prev);
503 call schedule_tail507 call schedule_tail
289 1: .long schedule_tail
53 schedule_tail(prev); in __ret_from_fork()
54 jl @schedule_tail
215 call schedule_tail
364 call schedule_tail
110 call schedule_tail
949 call schedule_tail956 call schedule_tail
130 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 */
143 schedule_tail(prev); in ret_from_fork()
2152 abi_call schedule_tail2167 abi_call schedule_tail
858 bl schedule_tail
738 BL schedule_tail, %r21660 BL schedule_tail, %r2
1008 l.jal schedule_tail
1181 br.call.sptk.many rp=schedule_tail
5297 * schedule_tail - first thing a freshly forked thread must call.5300 asmlinkage __visible void schedule_tail(struct task_struct *prev) in schedule_tail() function