Searched refs:schedule (Results 1 - 25 of 452) sorted by path

1234567891011>>

/linux-master/arch/mips/kernel/
H A Drtlx.c138 schedule();
H A Dentry.S126 jal schedule
165 # call schedule() instead
H A Dprocess.c482 union mips_instruction *ip = (void *)schedule;
504 addr = (unsigned long)schedule;
515 * Without schedule() frame info, result given by
519 printk("Can't analyze schedule() prologue at %p\n", schedule);
842 * process may be running on to schedule something else - in this case
853 * Now we schedule prepare_for_fp_mode_switch() on each of those CPUs.
/linux-master/drivers/char/
H A Dnwbutton.c173 schedule();
/linux-master/drivers/media/pci/ivtv/
H A Divtv-fileops.c265 schedule();
625 schedule();
686 schedule();
/linux-master/drivers/media/usb/dvb-usb/
H A Ddvb-usb-remote.c125 goto schedule;
186 schedule:
232 info("schedule remote query interval to %d msecs.", rc_interval);
306 info("schedule remote query interval to %d msecs.", rc_interval);
/linux-master/fs/
H A Dfs_pin.c57 schedule();
/linux-master/fs/jffs2/
H A Dnodemgmt.c181 schedule();
/linux-master/lib/
H A Dklist.c255 schedule();
/linux-master/arch/alpha/kernel/
H A Dentry.S558 jsr $26, schedule
H A Dsignal.c528 schedule();
/linux-master/arch/arc/kernel/
H A Dentry-compact.S336 ; e.g. Task'A' user-code -> L2 intr -> schedule -> 'B' user-code ret
H A Dentry.S251 ; If ret to user mode do we need to handle signals, schedule() et al.
277 j @schedule ; BTST+Bnz causes relo error in link
/linux-master/arch/arm/kernel/
H A Dsignal.c612 schedule();
/linux-master/arch/arm64/kernel/
H A Dentry-common.c136 schedule();
/linux-master/arch/csky/kernel/
H A Dentry.S191 jmpi schedule
/linux-master/arch/hexagon/kernel/
H A Dprocess.c166 schedule();
/linux-master/arch/loongarch/kvm/
H A Dmmu.c836 schedule();
/linux-master/arch/m68k/kernel/
H A Dentry.S165 jmp schedule
238 jra schedule
262 jra schedule
/linux-master/arch/microblaze/kernel/
H A Dentry.S460 bralid r15, schedule; /* Call scheduler */
635 bralid r15, schedule; /* Call scheduler */
745 bralid r15, schedule;
1031 bralid r15, schedule; /* Call scheduler */
/linux-master/arch/nios2/kernel/
H A Dentry.S309 call schedule
/linux-master/arch/openrisc/kernel/
H A Dsignal.c334 schedule();
/linux-master/arch/parisc/kernel/
H A Dentry.S914 .import schedule,code
916 /* Only call schedule on return to userspace. If we're returning
917 * to kernel space, we may schedule if CONFIG_PREEMPTION, otherwise
927 /* NOTE: We need to enable interrupts if we schedule. We used
937 b schedule
939 load32 schedule, %r20
1896 load32 schedule,%r19
1897 bv %r0(%r19) /* jumps to schedule() */
/linux-master/arch/powerpc/include/asm/
H A Dcontext_tracking.h8 #define SCHEDULE_USER bl schedule
/linux-master/arch/powerpc/kernel/
H A Dinterrupt.c189 schedule();

Completed in 301 milliseconds

1234567891011>>