Home
last modified time | relevance | path

Searched refs:schedule_tail (Results 1 – 25 of 25) sorted by relevance

/openbmc/linux/arch/loongarch/kernel/
H A Dentry.S78 bl schedule_tail # a0 = struct task_struct *prev
87 bl schedule_tail # a0 = struct task_struct *prev
/openbmc/linux/arch/mips/kernel/
H A Dentry.S71 jal schedule_tail # a0 = struct task_struct *prev
77 jal schedule_tail # a0 = struct task_struct *prev
/openbmc/linux/arch/csky/kernel/
H A Dentry.S116 jbsr schedule_tail
122 jbsr schedule_tail
/openbmc/linux/arch/m68k/kernel/
H A Dentry.S132 | schedule_tail now used regardless of CONFIG_SMP
135 jsr schedule_tail
142 jsr schedule_tail
/openbmc/linux/arch/powerpc/kernel/
H A Dentry_32.S186 bl schedule_tail
192 bl schedule_tail
202 bl schedule_tail
H A Dinterrupt_64.S730 bl CFUNC(schedule_tail)
737 bl CFUNC(schedule_tail)
743 bl CFUNC(schedule_tail)
759 bl CFUNC(schedule_tail)
/openbmc/linux/arch/um/kernel/
H A Dprocess.c126 schedule_tail(current->thread.prev_sched); in new_thread_handler()
144 schedule_tail(current->thread.prev_sched); in fork_handler()
/openbmc/linux/include/linux/sched/
H A Dtask.h61 extern asmlinkage void schedule_tail(struct task_struct *prev);
/openbmc/linux/arch/nios2/kernel/
H A Dentry.S503 call schedule_tail
507 call schedule_tail
/openbmc/linux/arch/sh/kernel/
H A Dentry-common.S289 1: .long schedule_tail
/openbmc/linux/arch/s390/kernel/
H A Dprocess.c53 schedule_tail(prev); in __ret_from_fork()
/openbmc/linux/arch/arc/kernel/
H A Dentry.S54 jl @schedule_tail
/openbmc/linux/arch/riscv/kernel/
H A Dentry.S215 call schedule_tail
/openbmc/linux/arch/hexagon/kernel/
H A Dvm_entry.S364 call schedule_tail
/openbmc/linux/arch/sparc/kernel/
H A Dsyscalls.S110 call schedule_tail
H A Dentry.S949 call schedule_tail
956 call schedule_tail
/openbmc/linux/arch/arm/kernel/
H A Dentry-common.S130 bl schedule_tail
/openbmc/linux/arch/microblaze/kernel/
H A Dentry.S504 bralid r15, schedule_tail; /* ...which is schedule_tail's arg */
511 bralid r15, schedule_tail; /* ...which is schedule_tail's arg */
/openbmc/linux/arch/x86/kernel/
H A Dprocess.c143 schedule_tail(prev); in ret_from_fork()
/openbmc/linux/arch/xtensa/kernel/
H A Dentry.S2152 abi_call schedule_tail
2167 abi_call schedule_tail
/openbmc/linux/arch/arm64/kernel/
H A Dentry.S858 bl schedule_tail
/openbmc/linux/arch/parisc/kernel/
H A Dentry.S738 BL schedule_tail, %r2
1660 BL schedule_tail, %r2
/openbmc/linux/arch/openrisc/kernel/
H A Dentry.S1008 l.jal schedule_tail
/openbmc/linux/arch/ia64/kernel/
H A Dentry.S1181 br.call.sptk.many rp=schedule_tail
/openbmc/linux/kernel/sched/
H A Dcore.c5297 * schedule_tail - first thing a freshly forked thread must call.
5300 asmlinkage __visible void schedule_tail(struct task_struct *prev) in schedule_tail() function