Searched refs:schedule (Results 301 - 325 of 451) sorted by relevance

<<111213141516171819

/linux-master/fs/jffs2/
H A Dnodemgmt.c184 schedule();
/linux-master/kernel/sched/
H A Dcore.c837 * Don't schedule slices shorter than 10000ns, that just
858 * Don't schedule slices shorter than 10000ns, that just
1138 * and a round trip to schedule(). Now this could be optimized
2245 * A queue event has occurred, and we're going to schedule. In
2450 * __set_cpus_allowed_ptr(SCA_MIGRATE_ENABLE) doesn't schedule().
3195 * proper CPU and schedule it away if the CPU it's executing on
3834 * schedule();
3838 * between set_current_state() and schedule(). In this case @p is still
3842 * By taking task_rq(p)->lock we serialize against schedule(), if @p->on_rq
3843 * then schedule() mus
6827 asmlinkage __visible void __sched schedule(void) function
6840 EXPORT_SYMBOL(schedule); variable
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c586 * This is a private entrance to schedule the qp
600 * tid_rdma_schedule_tid_wakeup - schedule wakeup for a qp
603 * trigger a schedule or a waiting qp in a deadlock
2074 bool schedule = false; local
2081 schedule = true;
2110 if (!schedule)
2115 * If there is no more allocated segment, just schedule the qp
2119 goto schedule;
2193 schedule:
2902 /* For TIDERR and RC QPs preemptively schedule
[all...]
/linux-master/drivers/scsi/qedi/
H A Dqedi_main.c821 schedule();
1951 schedule();
/linux-master/fs/ext4/
H A Dfast_commit.c228 schedule();
978 schedule();
/linux-master/drivers/parport/
H A Dparport_pc.c512 schedule();
539 schedule();
730 /* Special case: a timeout of zero means we cannot call schedule().
804 /* Special case: a timeout of zero means we cannot call schedule().
/linux-master/drivers/scsi/aacraid/
H A Dcommsup.c677 schedule();
1387 * schedule it here on the way out the door, please close the door
1535 schedule();
/linux-master/fs/jfs/
H A Djfs_txnmgr.c2761 schedule();
2948 schedule();
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c244 schedule();
356 schedule();
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c488 schedule();
651 schedule();
/linux-master/drivers/tty/
H A Dtty_io.c2142 schedule();
2168 schedule();
H A Dsynclink_gt.c2695 schedule();
3004 schedule();
3038 schedule();
3216 schedule();
/linux-master/drivers/md/
H A Ddm-writecache.c1302 schedule();
1767 schedule();
/linux-master/sound/core/
H A Drawmidi.c497 schedule();
1294 schedule();
/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c286 IP_VS_DBG_BUF(6, "p-schedule: src %s:%u dest %s:%u "
353 dest = sched->schedule(svc, skb, iph);
358 IP_VS_DBG(1, "p-schedule: no dest found.\n");
427 * 1 : protocol tried to schedule (eg. on SYN), found svc but the
434 * -1 : scheduler tried to schedule but fatal error occurred, eg.
475 * Never schedule Active FTPDATA connections from real server.
486 * Do not schedule replies from local real server.
528 dest = sched->schedule(svc, skb, iph);
2157 /* After mangle, schedule and forward local requests */
2206 /* After mangle, schedule an
[all...]
/linux-master/fs/nilfs2/
H A Dsegment.c2206 schedule();
2625 schedule();
/linux-master/drivers/media/pci/ivtv/
H A Divtv-yuv.c1086 schedule();
H A Divtv-driver.c351 schedule();
/linux-master/drivers/usb/class/
H A Dusblp.c983 schedule();
/linux-master/drivers/hsi/clients/
H A Dcmt_speech.c1164 schedule();
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_gem.c424 schedule();
/linux-master/include/net/
H A Dip_vs.h778 struct ip_vs_dest* (*schedule)(struct ip_vs_service *svc, member in struct:ip_vs_scheduler
/linux-master/kernel/time/
H A Dposix-cpu-timers.c1549 schedule();
/linux-master/drivers/target/iscsi/
H A Discsi_target_util.c144 schedule();
/linux-master/sound/pci/rme9652/
H A Dhdsp.c3882 int schedule = 0; local
3915 schedule = 1;
3926 schedule = 1;
3931 if (hdsp->use_midi_work && schedule)

Completed in 433 milliseconds

<<111213141516171819