Searched refs:schedule (Results 51 - 75 of 452) sorted by relevance

1234567891011>>

/linux-master/sound/firewire/bebob/
H A Dbebob_hwdep.c31 schedule();
/linux-master/kernel/trace/
H A Dpreemptirq_delay_test.c138 schedule();
/linux-master/drivers/usb/host/
H A Dsl811.h149 /* async schedule: control, bulk */
152 /* periodic schedule: interrupt, iso */
181 /* periodic schedule */
187 /* async schedule */
188 struct list_head schedule; member in struct:sl811h_ep
H A Dsl811-hcd.c309 /* use endpoint at schedule head */
318 struct sl811h_ep, schedule);
331 if (ep->schedule.next == &sl811->async)
334 sl811->next_async = container_of(ep->schedule.next,
335 struct sl811h_ep, schedule);
437 /* leave active endpoints in the schedule */
442 if (!list_empty(&ep->schedule)) {
443 list_del_init(&ep->schedule);
469 /* we might turn SOFs back on again for the async schedule */
668 /* be graceful about almost-inevitable periodic schedule
[all...]
/linux-master/arch/mips/kernel/
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/media/usb/dvb-usb/
H A Dtechnisat-usb2.c304 goto schedule;
310 goto schedule;
316 goto schedule;
326 schedule:
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/drivers/char/hw_random/
H A Ds390-trng.c83 schedule();
/linux-master/sound/firewire/fireface/
H A Dff-hwdep.c37 schedule();
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h172 * struct iwl_scan_schedule_lmac - schedule of scan offload
355 * @schedule: two scheduling plans. The first one is finite, the second one can
382 struct iwl_scan_schedule_lmac schedule[IWL_MAX_SCHED_SCAN_PLANS];
427 * @last_schedule_line: last schedule line executed (fast or regular)
772 * @iter_count: num of scan iterations for schedule plan, 0xff for infinite loop
783 struct iwl_scan_umac_schedule schedule[IWL_MAX_SCHED_SCAN_PLANS];
794 * @schedule: two scheduling plans.
802 struct iwl_scan_umac_schedule schedule[IWL_MAX_SCHED_SCAN_PLANS];
1063 * @schedule: can scheduling parameter
1068 struct iwl_scan_umac_schedule schedule[IWL_MAX_SCHED_SCAN_PLAN
376 struct iwl_scan_schedule_lmac schedule[IWL_MAX_SCHED_SCAN_PLANS]; member in struct:iwl_scan_req_lmac
774 struct iwl_scan_umac_schedule schedule[IWL_MAX_SCHED_SCAN_PLANS]; member in struct:iwl_scan_req_umac_tail_v1
793 struct iwl_scan_umac_schedule schedule[IWL_MAX_SCHED_SCAN_PLANS]; member in struct:iwl_scan_req_umac_tail_v2
1059 struct iwl_scan_umac_schedule schedule[IWL_MAX_SCHED_SCAN_PLANS]; member in struct:iwl_scan_periodic_parms_v1
[all...]
/linux-master/net/netfilter/ipvs/
H A Dip_vs_dh.c253 .schedule = ip_vs_dh_schedule,
/linux-master/lib/
H A Dclosure.c135 schedule();
/linux-master/kernel/
H A Dfreezer.c88 schedule();
/linux-master/kernel/locking/
H A Dpercpu-rwsem.c162 schedule();
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_hmm.c214 schedule();
/linux-master/net/atm/
H A Dsignaling.c59 schedule();
153 schedule();
/linux-master/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c356 schedule();
489 schedule();
546 schedule();
782 schedule();
811 schedule();
1010 schedule();
1079 schedule();
1225 schedule();
/linux-master/kernel/sched/
H A Dwait.c157 * The sync wakeup differs that the waker knows that it will schedule
183 * The sync wakeup differs in that the waker knows that it will schedule
323 schedule();
340 schedule();
406 * schedule() if (p->state & mode)
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_engine_heartbeat.c184 } else if (engine->sched_engine->schedule &&
199 engine->sched_engine->schedule(rq, &attr);
/linux-master/drivers/misc/ocxl/
H A Dlink.c197 bool schedule = false; local
254 schedule = true;
258 if (schedule)
/linux-master/drivers/i2c/busses/
H A Di2c-imx-lpi2c.c141 schedule();
200 schedule();
337 schedule();
/linux-master/drivers/gpu/drm/i915/
H A Di915_request.c1322 if (to->engine->sched_engine->schedule) {
1480 if (to->engine->sched_engine->schedule) {
1649 if (rq->engine->sched_engine->schedule)
1704 if (rq->engine->sched_engine->schedule)
1827 * to adjust the existing execution schedule due to a high priority
1836 if (attr && rq->engine->sched_engine->schedule)
1837 rq->engine->sched_engine->schedule(rq, attr);
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-out.c172 schedule();
233 /* If it is in the past, then just schedule asap */
240 schedule();
/linux-master/kernel/futex/
H A Dwaitwake.c48 * schedule();
77 * schedule(); if (waiters)
361 * has tried to wake us, and we can skip the call to schedule().
366 * flagged for rescheduling. Only call schedule if there
370 schedule();
522 schedule();

Completed in 426 milliseconds

1234567891011>>