Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dentry.S82 bl schedule_tail # a0 = struct task_struct *prev
92 bl schedule_tail # a0 = struct task_struct *prev
/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/csky/kernel/
H A Dentry.S116 jbsr schedule_tail
122 jbsr schedule_tail
/linux/arch/um/kernel/
H A Dprocess.c109 schedule_tail(current->thread.prev_sched); in new_thread_handler()
127 schedule_tail(current->thread.prev_sched); in fork_handler()
/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)
/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/include/linux/sched/
H A Dtask.h62 extern asmlinkage void schedule_tail(struct task_struct *prev);
/linux/arch/sh/kernel/
H A Dentry-common.S289 1: .long schedule_tail
/linux/arch/nios2/kernel/
H A Dentry.S503 call schedule_tail
507 call schedule_tail
/linux/arch/s390/kernel/
H A Dprocess.c57 schedule_tail(prev); in __ret_from_fork()
/linux/arch/arc/kernel/
H A Dentry.S54 jl @schedule_tail
/linux/arch/riscv/kernel/
H A Dentry.S228 call 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.S130 bl schedule_tail
/linux/arch/x86/kernel/
H A Dprocess.c143 schedule_tail(prev); in ret_from_fork()
/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/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.S738 BL schedule_tail, %r2
1662 BL schedule_tail, %r2
/linux/arch/openrisc/kernel/
H A Dentry.S1003 l.jal schedule_tail
/linux/kernel/sched/
H A Dcore.c5327 asmlinkage __visible void schedule_tail(struct task_struct *prev) in schedule_tail() function