Searched refs:schedule (Results 151 - 175 of 451) sorted by relevance

1234567891011>>

/linux-master/arch/nios2/kernel/
H A Dentry.S309 call schedule
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_core.c334 schedule();
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_soft.c16 /* schedule(), signal_pending(), TASK_INTERRUPTIBLE */
252 schedule();
/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_vbi.c105 schedule();
/linux-master/drivers/base/
H A Ddevtmpfs.c408 schedule();
/linux-master/fs/coda/
H A Dpsdev.c230 schedule();
/linux-master/arch/x86/platform/efi/
H A Dquirks.c706 * c. Freeze efi_rts_wq and schedule new process.
774 * Call schedule() in an infinite loop, so that any spurious wake ups
779 schedule();
/linux-master/arch/arc/kernel/
H A Dentry-compact.S336 ; e.g. Task'A' user-code -> L2 intr -> schedule -> 'B' user-code ret
/linux-master/drivers/mailbox/
H A Dmailbox-test.c210 schedule();
/linux-master/drivers/net/wireless/st/cw1200/
H A Dcw1200_spi.c211 schedule();
/linux-master/drivers/md/dm-vdo/
H A Dfunnel-workqueue.c199 * above. Otherwise, schedule() will put the thread to sleep and might miss a
205 schedule();
/linux-master/sound/core/seq/
H A Dseq_memory.c296 schedule();
/linux-master/sound/core/
H A Dhwdep.c117 schedule();
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-dvb.c82 schedule();
/linux-master/drivers/misc/lkdtm/
H A Dbugs.c300 schedule();
/linux-master/drivers/md/
H A Ddm-delay.c136 schedule();
/linux-master/crypto/
H A DMakefile91 CFLAGS_wp512.o := $(call cc-option,-fno-schedule-insns) # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79149
/linux-master/net/netfilter/ipvs/
H A Dip_vs_lblc.c510 /* No cache entry or it is invalid, time to schedule */
542 .schedule = ip_vs_lblc_schedule,
/linux-master/sound/soc/intel/avs/
H A Ddebugfs.c224 schedule();
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c308 schedule();
980 schedule();
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_eqs.c136 schedule();
172 schedule();
/linux-master/arch/s390/crypto/
H A Dprng.c528 /* give mutex free before calling schedule() */
530 schedule();
611 /* give mutex free before calling schedule() */
613 schedule();
/linux-master/drivers/char/
H A Dapplicom.c445 schedule();
608 schedule();
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-cap.c699 schedule();
763 /* If it is in the past, then just schedule asap */
770 schedule();
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_execlists.c275 engine->sched_engine->schedule(rq[1], &attr);
919 engine->sched_engine->schedule(rq, &attr);
1344 engine->sched_engine->schedule(rq, &attr);
1890 engine->sched_engine->schedule(rq, &attr);
2509 engine->sched_engine->schedule(rq_a, &attr);
2641 engine->sched_engine->schedule(rq, &attr);
2996 engine->sched_engine->schedule(rq, &attr);
3238 engine->sched_engine->schedule(rq, &attr);

Completed in 571 milliseconds

1234567891011>>