Home
last modified time | relevance | path

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

/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
/linux/arch/um/kernel/
H A Dprocess.c114 schedule_tail(current->thread.prev_sched); in new_thread_handler()
130 schedule_tail(current->thread.prev_sched); in fork_handler()
/linux/arch/csky/kernel/
H A Dentry.S116 jbsr schedule_tail
122 jbsr schedule_tail
/linux/arch/m68k/kernel/
H A Dentry.S129 | schedule_tail now used regardless of CONFIG_SMP
132 jsr schedule_tail
139 jsr schedule_tail
/linux/arch/powerpc/kernel/
H A Dentry_32.S183 bl schedule_tail
189 bl schedule_tail
199 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)
/linux/arch/loongarch/kernel/
H A Dprocess.c148 schedule_tail(prev); in ret_from_fork()
157 schedule_tail(prev); in ret_from_kernel_thread()
/linux/arch/riscv/kernel/
H A Dentry.S324 call schedule_tail
333 call schedule_tail
/linux/include/linux/sched/
H A Dtask.h63 extern asmlinkage void schedule_tail(struct task_struct *prev);
/linux/arch/nios2/kernel/
H A Dentry.S509 call schedule_tail
513 call schedule_tail
/linux/arch/sh/kernel/
H A Dentry-common.S289 1: .long schedule_tail
/linux/arch/s390/kernel/
H A Dprocess.c56 schedule_tail(prev); in __ret_from_fork()
/linux/arch/arc/kernel/
H A Dentry.S54 jl @schedule_tail
/linux/arch/hexagon/kernel/
H A Dvm_entry.S364 call schedule_tail
/linux/arch/sparc/kernel/
H A Dsyscalls.S110 call schedule_tail
H A Dentry.S949 call schedule_tail
956 call schedule_tail
/linux/arch/arm/kernel/
H A Dentry-common.S133 bl schedule_tail
/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 */
/linux/arch/x86/kernel/
H A Dprocess.c154 schedule_tail(prev); in ret_from_fork()
/linux/arch/xtensa/kernel/
H A Dentry.S2152 abi_call schedule_tail
2167 abi_call schedule_tail
/linux/arch/arm64/kernel/
H A Dentry.S857 bl schedule_tail
/linux/arch/parisc/kernel/
H A Dentry.S745 BL schedule_tail, %r2
1667 BL schedule_tail, %r2
/linux/arch/openrisc/kernel/
H A Dentry.S1009 l.jal schedule_tail
/linux/kernel/sched/
H A Dcore.c5238 asmlinkage __visible void schedule_tail(struct task_struct *prev) in schedule_tail() function