Home
last modified time | relevance | path

Searched refs:schedule (Results 1 – 200 of 495) sorted by relevance

123

/linux-4.4.14/include/linux/
Dfreezer.h171 schedule(); in freezable_schedule()
179 schedule(); in freezable_schedule_unsafe()
278 #define freezable_schedule() schedule()
280 #define freezable_schedule_unsafe() schedule()
Dwait.h248 schedule())
287 schedule(); try_to_freeze())
363 cmd1; schedule(); cmd2)
376 cmd1; schedule(); cmd2)
401 schedule())
480 schedule()); \
541 schedule())
555 schedule(); try_to_freeze())
585 schedule(); \
715 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule())
[all …]
Dbacking-dev.h238 schedule(); in bdi_sched_wait()
/linux-4.4.14/tools/perf/Documentation/
Dperf-probe.txt184 …or code changes. For example, actual 10th line of schedule() can be moved easily by modifying sche…
197 Display which lines in schedule() can be probed:
199 ./perf probe --line schedule
201 Add a probe on schedule() function 12th line with recording cpu local variable:
203 ./perf probe schedule:12 cpu
205 ./perf probe --add='schedule:12 cpu'
207 this will add one or more probes which has the name start with "schedule".
209 Add probes on lines in schedule() function which calls update_rq_clock().
211 ./perf probe 'schedule;update_rq_clock*'
213 ./perf probe --add='schedule;update_rq_clock*'
[all …]
/linux-4.4.14/net/atm/
Dsvc.c58 schedule(); in svc_disconnect()
134 schedule(); in svc_bind()
215 schedule(); in svc_connect()
238 schedule(); in svc_connect()
245 schedule(); in svc_connect()
305 schedule(); in svc_listen()
356 schedule(); in svc_accept()
398 schedule(); in svc_accept()
444 schedule(); in svc_change_qos()
546 schedule(); in svc_addparty()
[all …]
Dsignaling.c58 schedule(); in modify_qos()
152 schedule(); in sigd_enq2()
Dcommon.c76 schedule(); in alloc_tx()
614 schedule(); in vcc_sendmsg()
/linux-4.4.14/tools/testing/selftests/ftrace/test.d/ftrace/
Dfgraph-filter-stack.tc61 count=`cat trace | grep '()' | grep -v schedule | wc -l`
78 count=`cat trace | grep '()' | grep -v schedule | wc -l`
Dfgraph-filter.tc39 count=`cat trace | grep '()' | grep -v schedule | wc -l`
/linux-4.4.14/Documentation/scheduler/
Dsched-arch.txt25 be enabled to call schedule() then disabled again.
28 be cleared until the running task has called schedule(). Idle
33 schedule(). It should not call schedule() otherwise.
Dsched-stats.txt40 Next three are schedule() statistics:
43 3) # of times schedule() was called
44 4) # of times schedule() left the processor idle
Dsched-deadline.txt47 "deadline", to schedule tasks. A SCHED_DEADLINE task should receive
194 EDF is clearly able to schedule the two tasks without missing any deadline
208 EDF is able to schedule the tasks respecting all of their deadlines. Since
276 are respected, then SCHED_DEADLINE can be used to schedule real-time tasks
345 correctly schedule a set of real-time tasks is that the total utilization
/linux-4.4.14/arch/arm/crypto/
Daesbs-core.S_shipped38 @ results keep in mind key schedule conversion overhead (see
1083 @ allocate the key schedule on the stack
1085 add r12, #96 @ sifze of bit-slices key schedule
1087 @ populate the key schedule
1101 @ populate the key schedule
1105 add r12, r3, #248 @ pass key schedule
1310 .Lcbc_dec_bzero: @ wipe key schedule [if any]
1339 @ allocate the key schedule on the stack
1341 add r12, #96 @ size of bit-sliced key schedule
1343 @ populate the key schedule
[all …]
/linux-4.4.14/arch/c6x/kernel/
Dentry.S191 ;; Jump to schedule() then return to ret_from_exception
195 MVKL .S1 schedule,A0
196 MVKH .S1 schedule,A0
199 B .S1 schedule
258 MVKL .S1 schedule,A1
259 MVKH .S1 schedule,A1
262 B .S2 schedule
/linux-4.4.14/fs/dlm/
Drequestqueue.c102 schedule(); in dlm_process_requestqueue()
125 schedule(); in dlm_wait_requestqueue()
Drecoverd.c294 schedule(); in dlm_recoverd()
/linux-4.4.14/kernel/power/
Dprocess.c214 schedule(); in thaw_processes()
235 schedule(); in thaw_kernel_threads()
/linux-4.4.14/arch/powerpc/include/asm/
Dcontext_tracking.h7 #define SCHEDULE_USER bl schedule
/linux-4.4.14/kernel/trace/
Dring_buffer_benchmark.c221 schedule(); in ring_buffer_consumer()
373 schedule(); in wait_to_die()
389 schedule(); in ring_buffer_consumer_thread()
Dtrace_selftest.c1057 schedule(); in trace_wakeup_test_thread()
1067 schedule(); in trace_wakeup_test_thread()
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Docteon_main.h176 schedule(); in sleep_cond()
194 schedule(); in sleep_atomic_cond()
/linux-4.4.14/kernel/
Dkthread.c164 schedule(); in __kthread_parkme()
203 schedule(); in kthread()
517 schedule(); in kthreadd()
597 schedule(); in kthread_worker_fn()
Dfreezer.c81 schedule(); in __refrigerator()
Dsmpboot.c159 schedule(); in smpboot_thread_fn()
Dpid_namespace.c261 schedule(); in zap_pid_ns_processes()
Dexit.c698 schedule(); in do_exit()
828 schedule(); in do_exit()
1521 schedule(); in do_wait()
Dkmod.c393 schedule(); in usermodehelper_read_trylock()
Dcpu.c159 schedule(); in cpu_hotplug_begin()
/linux-4.4.14/arch/cris/kernel/
Dptrace.c51 schedule(); in do_work_pending()
/linux-4.4.14/kernel/locking/
Drwsem-spinlock.c160 schedule(); in __down_read()
220 schedule(); in __down_write_nested()
Drwsem-xadd.c250 schedule(); in rwsem_down_read_failed()
489 schedule(); in rwsem_down_write_failed()
Drtmutex.c1136 schedule(); in __rt_mutex_slowlock()
1162 schedule(); in rt_mutex_handle_deadlock()
/linux-4.4.14/drivers/atm/
Dambassador.c597 schedule(); in command_do()
604 schedule(); in command_do()
761 schedule(); in drain_rx_pool()
765 schedule(); in drain_rx_pool()
1164 schedule(); in amb_open()
1172 schedule(); in amb_open()
1180 schedule(); in amb_open()
1214 schedule(); in amb_open()
1256 schedule(); in amb_close()
1286 schedule(); in amb_close()
[all …]
/linux-4.4.14/drivers/staging/speakup/
Dthread.c40 schedule(); in speakup_thread()
Dselection.c154 schedule(); in __speakup_paste_selection()
Dspeakup_soft.c231 schedule(); in softsynth_read()
/linux-4.4.14/drivers/usb/host/
Dsl811-hcd.c317 struct sl811h_ep, schedule); in start()
330 if (ep->schedule.next == &sl811->async) in start()
333 sl811->next_async = container_of(ep->schedule.next, in start()
334 struct sl811h_ep, schedule); in start()
441 if (!list_empty(&ep->schedule)) { in finish_request()
442 list_del_init(&ep->schedule); in finish_request()
841 INIT_LIST_HEAD(&ep->schedule); in sl811h_urb_enqueue()
894 if (list_empty(&ep->schedule)) in sl811h_urb_enqueue()
895 list_add_tail(&ep->schedule, &sl811->async); in sl811h_urb_enqueue()
1434 list_for_each_entry (ep, &sl811->async, schedule) { in sl811h_show()
Disp1362-hcd.c477 if (!list_empty(&ep->schedule)) { in finish_request()
478 list_del_init(&ep->schedule); in finish_request()
752 list_for_each_entry(ep, &isp1362_hcd->async, schedule) { in start_atl_transfers()
804 list_for_each_entry(ep, &isp1362_hcd->periodic, schedule) { in start_intl_transfers()
875 list_for_each_entry_safe(ep, tmp, &isp1362_hcd->isoc, schedule) { in start_iso_transfers()
1274 INIT_LIST_HEAD(&ep->schedule); in isp1362_urb_enqueue()
1312 if (list_empty(&ep->schedule)) { in isp1362_urb_enqueue()
1315 list_add_tail(&ep->schedule, &isp1362_hcd->async); in isp1362_urb_enqueue()
1340 if (list_empty(&ep->schedule)) { in isp1362_urb_enqueue()
1352 list_add_tail(&ep->schedule, &isp1362_hcd->isoc); in isp1362_urb_enqueue()
[all …]
Dsl811.h188 struct list_head schedule; member
Disp116x-hcd.c316 if (!list_empty(&ep->schedule)) { in finish_request()
317 list_del_init(&ep->schedule); in finish_request()
516 list_for_each_entry(ep, &isp116x->async, schedule) { in start_atl_transfers()
725 INIT_LIST_HEAD(&ep->schedule); in isp116x_urb_enqueue()
771 if (list_empty(&ep->schedule)) in isp116x_urb_enqueue()
772 list_add_tail(&ep->schedule, &isp116x->async); in isp116x_urb_enqueue()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dscan.c825 cmd->schedule[i].delay = in iwl_mvm_scan_lmac()
827 cmd->schedule[i].iterations = scan_plan->iterations; in iwl_mvm_scan_lmac()
828 cmd->schedule[i].full_scan_mul = 1; in iwl_mvm_scan_lmac()
837 if (!cmd->schedule[i - 1].iterations) in iwl_mvm_scan_lmac()
838 cmd->schedule[i - 1].iterations = 0xff; in iwl_mvm_scan_lmac()
1102 sec_part->schedule[i].iter_count = scan_plan->iterations; in iwl_mvm_scan_umac()
1103 sec_part->schedule[i].interval = in iwl_mvm_scan_umac()
1113 if (!sec_part->schedule[i - 1].iter_count) in iwl_mvm_scan_umac()
1114 sec_part->schedule[i - 1].iter_count = 0xff; in iwl_mvm_scan_umac()
Dfw-api-scan.h363 struct iwl_scan_schedule_lmac schedule[IWL_MAX_SCHED_SCAN_PLANS]; member
586 struct iwl_scan_umac_schedule schedule[IWL_MAX_SCHED_SCAN_PLANS]; member
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_fo.c63 .schedule = ip_vs_fo_schedule,
Dip_vs_ovf.c70 .schedule = ip_vs_ovf_schedule,
Dip_vs_lc.c76 .schedule = ip_vs_lc_schedule,
Dip_vs_sed.c127 .schedule = ip_vs_sed_schedule,
Dip_vs_wlc.c99 .schedule = ip_vs_wlc_schedule,
Dip_vs_nq.c126 .schedule = ip_vs_nq_schedule,
Dip_vs_rr.c114 .schedule = ip_vs_rr_schedule,
Dip_vs_dh.c257 .schedule = ip_vs_dh_schedule,
Dip_vs_wrr.c254 .schedule = ip_vs_wrr_schedule,
Dip_vs_sh.c363 .schedule = ip_vs_sh_schedule,
Dip_vs_lblc.c545 .schedule = ip_vs_lblc_schedule,
/linux-4.4.14/drivers/net/wan/lmc/
Dlmc_debug.c76 schedule(); in lmc_trace()
/linux-4.4.14/drivers/media/usb/dvb-usb/
Dtechnisat-usb2.c298 goto schedule; in technisat_usb2_green_led_control()
304 goto schedule; in technisat_usb2_green_led_control()
310 goto schedule; in technisat_usb2_green_led_control()
320 schedule: in technisat_usb2_green_led_control()
Ddvb-usb-remote.c124 goto schedule; in legacy_dvb_usb_read_remote_control()
180 schedule: in legacy_dvb_usb_read_remote_control()
/linux-4.4.14/arch/m68k/kernel/
Dentry.S138 jmp schedule
224 jra schedule
248 jra schedule
/linux-4.4.14/drivers/mtd/chips/
Dcfi_cmdset_0020.c354 schedule(); in do_read_onechip()
487 schedule(); in do_write_buffer()
544 schedule(); in do_write_buffer()
780 schedule(); in do_erase_oneblock()
809 schedule(); in do_erase_oneblock()
1010 schedule(); in cfi_staa_sync()
1079 schedule(); in do_lock_oneblock()
1225 schedule(); in do_unlock_oneblock()
Dcfi_cmdset_0002.c874 schedule(); in get_chip()
1024 schedule(); in xip_udelay()
1226 schedule(); in do_read_secsi_onechip()
1621 schedule(); in do_write_oneword()
1695 schedule(); in cfi_amdstd_write_words()
1766 schedule(); in cfi_amdstd_write_words()
1870 schedule(); in do_write_buffer()
2281 schedule(); in do_erase_chip()
2370 schedule(); in do_erase_oneblock()
2764 schedule(); in cfi_amdstd_sync()
/linux-4.4.14/arch/m32r/
DMakefile14 KBUILD_CFLAGS += -pipe -fno-schedule-insns
/linux-4.4.14/arch/mips/kernel/
Dprocess.c373 union mips_instruction *ip = (void *)schedule; in get___schedule_addr()
395 addr = (unsigned long)schedule; in frame_info_init()
410 printk("Can't analyze schedule() prologue at %p\n", schedule); in frame_info_init()
Dentry.S140 jal schedule
Dsmp.c258 schedule(); in __cpu_up()
Drtlx.c136 schedule(); in rtlx_open()
/linux-4.4.14/drivers/tty/
Dbfin_jtag_comm.c79 schedule(); in bfin_jc_emudat_manager()
89 schedule(); in bfin_jc_emudat_manager()
Dn_hdlc.c638 schedule(); in n_hdlc_tty_read()
704 schedule(); in n_hdlc_tty_write()
Dtty_port.c422 schedule(); in tty_port_block_til_ready()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-debug.c167 schedule(); in lbug_with_loc()
/linux-4.4.14/fs/
Dfs_pin.c62 schedule(); in pin_kill()
Deventfd.c209 schedule(); in eventfd_ctx_read()
273 schedule(); in eventfd_write()
Dmbcache.c691 schedule(); in mb_cache_entry_get()
748 schedule(); in __mb_cache_entry_find()
Dsignalfd.c188 schedule(); in signalfd_dequeue()
Duserfaultfd.c363 schedule(); in handle_userfault()
608 schedule(); in userfaultfd_ctx_read()
/linux-4.4.14/arch/hexagon/kernel/
Dprocess.c207 schedule(); in do_work_pending()
/linux-4.4.14/arch/um/drivers/
Drandom.c81 schedule(); in rng_dev_read()
/linux-4.4.14/drivers/staging/gdm72xx/
Dsdio_boot.c52 schedule(); in ack_ready()
/linux-4.4.14/drivers/char/
Dnwbutton.c173 schedule(); in button_read()
Dgenrtc.c233 schedule(); in gen_clear_rtc_irq_bit()
Dapplicom.c440 schedule(); in ac_write()
603 schedule(); in ac_read()
/linux-4.4.14/Documentation/DocBook/
Dnetworking.xml.db154 API---sk-mem-schedule
320 API---napi-schedule
321 API---napi-schedule-irqoff
395 API-napi-schedule-prep
396 API-napi-schedule
397 API-napi-schedule-irqoff
Dscsi.xml.db19 API-scsi-schedule-eh
144 API-spi-schedule-dv-device
Ddevice-drivers.xml.db27 API-preempt-schedule-notrace
66 API-schedule-timeout
120 API-schedule-hrtimeout-range
121 API-schedule-hrtimeout
129 API-schedule-work-on
130 API-schedule-work
132 API-schedule-delayed-work-on
133 API-schedule-delayed-work
220 API-console-conditional-schedule
/linux-4.4.14/fs/jffs2/
Dbackground.c99 schedule(); in jffs2_garbage_collect_thread()
Dos-linux.h46 schedule(); \
/linux-4.4.14/fs/fscache/
Dmain.c204 schedule(); in fscache_wait_atomic_t()
/linux-4.4.14/net/netfilter/
Dnft_hash.c253 goto schedule; in nft_hash_gc()
283 schedule: in nft_hash_gc()
/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddivasi.c519 schedule(); in remove_entity()
536 schedule(); in remove_entity()
/linux-4.4.14/drivers/net/appletalk/
Dcops.c616 schedule(); in cops_nodeid()
632 schedule(); in cops_nodeid()
660 schedule(); in cops_nodeid()
/linux-4.4.14/Documentation/locking/
Dlockstat.txt150 44 &rq->lock 893 [<ffffffff81340524>] schedule+0x15…
159 53 &rq->lock/1 1224 [<ffffffff81340524>] schedule+0x15…
/linux-4.4.14/drivers/staging/lustre/lustre/fid/
Dfid_request.c223 schedule(); in seq_fid_alloc_prep()
325 schedule(); in seq_client_flush()
/linux-4.4.14/drivers/scsi/mvsas/
DKconfig50 the interrupt will schedule a tasklet.
/linux-4.4.14/arch/m32r/kernel/
Dentry.S228 bl schedule
/linux-4.4.14/sound/firewire/oxfw/
Doxfw-hwdep.c31 schedule(); in hwdep_read()
/linux-4.4.14/sound/firewire/digi00x/
Ddigi00x-hwdep.c32 schedule(); in hwdep_read()
/linux-4.4.14/sound/firewire/dice/
Ddice-hwdep.c24 schedule(); in hwdep_read()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dsysfs.c137 schedule(); in wl1271_sysfs_read_fwlog()
/linux-4.4.14/sound/firewire/bebob/
Dbebob_hwdep.c32 schedule(); in hwdep_read()
/linux-4.4.14/sound/firewire/tascam/
Dtascam-hwdep.c50 schedule(); in hwdep_read()
/linux-4.4.14/drivers/macintosh/
Dadb-iop.c282 schedule(); in adb_iop_reset_bus()
Dsmu.c1192 schedule(); in smu_read_command()
1291 schedule(); in smu_release()
/linux-4.4.14/drivers/lguest/
Dcore.c276 schedule(); in run_guest()
/linux-4.4.14/drivers/md/bcache/
Dclosure.c130 schedule(); in closure_sync()
Dalloc.c292 schedule(); \
402 schedule(); in bch_bucket_alloc()
/linux-4.4.14/fs/xfs/
Dxfs_trans_ail.c522 schedule(); in xfsaild()
607 schedule(); in xfs_ail_push_all_sync()
Dxfs_log_priv.h559 schedule(); in xlog_wait()
/linux-4.4.14/Documentation/cgroups/
Dfreezer-subsystem.txt2 and stop sets of tasks in order to schedule the resources of a machine
4 is often used on HPC clusters to schedule access to the cluster as a
/linux-4.4.14/drivers/net/wan/
Dwanxl.c490 schedule(); in wanxl_puts_command()
674 schedule(); in wanxl_pci_init_one()
742 schedule(); in wanxl_pci_init_one()
/linux-4.4.14/drivers/i2c/busses/
Di2c-eg20t.c270 int schedule = 0; in pch_i2c_wait_for_bus_idle() local
283 if (!schedule) in pch_i2c_wait_for_bus_idle()
290 schedule = 1; in pch_i2c_wait_for_bus_idle()
Di2c-imx.c448 schedule(); in i2c_imx_bus_busy()
653 schedule(); in i2c_imx_dma_write()
712 schedule(); in i2c_imx_dma_read()
Di2c-ibm_iic.c398 schedule(); in iic_abort_xfer()
443 schedule(); in iic_wait_for_tc()
Di2c-mpc.c134 schedule(); in i2c_wait()
588 schedule(); in mpc_xfer()
/linux-4.4.14/drivers/mtd/lpddr/
Dlpddr_cmds.c161 schedule(); in wait_for_ready()
260 schedule(); in get_chip()
327 schedule(); in chip_ready()
/linux-4.4.14/arch/microblaze/kernel/
Dentry.S410 bralid r15, schedule; /* Call scheduler */
585 bralid r15, schedule; /* Call scheduler */
695 bralid r15, schedule;
832 bralid r15, schedule; /* Call scheduler */
Dentry-nommu.S134 bralid r15, schedule
496 bralid r15, schedule
/linux-4.4.14/Documentation/timers/
Dhighres.txt70 value, clock event devices are used to schedule the next event
117 registration interface it provides functions to schedule the next event
190 This allows to use a single clock event device to schedule high resolution
226 it calls schedule(). hrtimer_restart_sched_tick() resumes the periodic tick,
/linux-4.4.14/drivers/net/usb/
Dr8152.c604 struct delayed_work schedule; member
1206 schedule_delayed_work(&tp->schedule, 0); in intr_callback()
1211 schedule_delayed_work(&tp->schedule, 0); in intr_callback()
1930 schedule_delayed_work(&tp->schedule, 0); in rtl8152_set_rx_mode()
2008 schedule_delayed_work(&tp->schedule, 0); in rtl8152_start_xmit()
2818 cancel_delayed_work_sync(&tp->schedule); in rtl8152_set_speed()
3010 struct r8152 *tp = container_of(work, struct r8152, schedule.work); in rtl_work_func_t()
3025 schedule_delayed_work(&tp->schedule, 0); in rtl_work_func_t()
3106 cancel_delayed_work_sync(&tp->schedule); in rtl8152_close()
3391 cancel_delayed_work_sync(&tp->schedule); in rtl8152_pre_reset()
[all …]
/linux-4.4.14/arch/openrisc/kernel/
Dsignal.c301 schedule(); in do_work_pending()
/linux-4.4.14/sound/core/seq/
Dseq_fifo.c193 schedule(); in snd_seq_fifo_cell_out()
Dseq_memory.c248 schedule(); in snd_seq_cell_alloc()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_lock.c98 schedule(); in drm_legacy_lock()
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-eq.c340 schedule(); in lnet_eq_wait_locked()
Dlib-socket.c542 schedule(); in lnet_sock_accept()
/linux-4.4.14/arch/x86/crypto/
Dsha512-ssse3-asm.S156 # Compute message schedule QWORDS t and t+1
161 # The two new schedule QWORDS are stored at [W_t(%%t)] and [W_t(%%t+1)].
167 # The computation of the message schedule and the rounds are tightly
Dsha512-avx-asm.S162 # Compute message schedule QWORDS t and t+1
167 # The two new schedule QWORDS are stored at [W_t(t)] and [W_t(t+1)].
173 # The computation of the message schedule and the rounds are tightly
/linux-4.4.14/arch/s390/crypto/
Dprng.c521 schedule(); in prng_tdes_read()
606 schedule(); in prng_sha512_read()
/linux-4.4.14/drivers/misc/
Dlkdtm.c416 schedule(); in lkdtm_do_action()
438 schedule(); in lkdtm_do_action()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_irq.c167 schedule(); in vmw_fallback_wait()
/linux-4.4.14/net/rxrpc/
Dar-peer.c294 schedule(); in rxrpc_destroy_all_peers()
Dar-local.c311 schedule(); in rxrpc_destroy_all_locals()
/linux-4.4.14/arch/metag/kernel/
Dsignal.c309 schedule(); in do_work_pending()
/linux-4.4.14/lib/
Dpercpu_ida.c197 schedule(); in percpu_ida_alloc()
Dklist.c256 schedule(); in klist_remove()
Dtest_rhashtable.c299 schedule(); in threadfunc()
/linux-4.4.14/sound/firewire/fireworks/
Dfireworks_hwdep.c107 schedule(); in hwdep_read()
/linux-4.4.14/fs/nfs/blocklayout/
Drpc_pipefs.c95 schedule(); in bl_resolve_deviceid()
/linux-4.4.14/drivers/tty/vt/
Dselection.c356 schedule(); in paste_selection()
/linux-4.4.14/mm/
Dhighmem.c249 schedule(); in map_new_virtual()
/linux-4.4.14/arch/um/kernel/
Dprocess.c99 schedule(); in interrupt_end()
/linux-4.4.14/Documentation/
Ddcdbas.txt53 to schedule the driver to perform a power cycle or power off host control
/linux-4.4.14/arch/sparc/kernel/
Drtrap_32.S67 call schedule
Drtrap_64.S20 # define SCHEDULE_USER schedule
/linux-4.4.14/Documentation/fb/
Ddeferred_io.txt15 - schedule a workqueue task to be run after a delay
/linux-4.4.14/drivers/media/rc/
Drc-ir-raw.c53 schedule(); in ir_raw_event_thread()
Dlirc_dev.c145 schedule(); in lirc_thread()
722 schedule(); in lirc_dev_fop_read()
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-fileops.c277 schedule(); in ivtv_get_buffer()
637 schedule(); in ivtv_write()
698 schedule(); in ivtv_write()
/linux-4.4.14/drivers/base/power/
Druntime.c492 schedule(); in rpm_suspend()
663 schedule(); in rpm_resume()
1086 schedule(); in __pm_runtime_barrier()
/linux-4.4.14/drivers/net/wireless/rsi/
Drsi_91x_core.c310 schedule(); in rsi_core_qos_processor()
/linux-4.4.14/arch/x86/entry/
Dcommon.c240 schedule(); in exit_to_usermode_loop()
/linux-4.4.14/drivers/mtd/
Dmtdblock.c97 schedule(); /* Wait for erase to finish. */ in erase_write()
Dmtdoops.c125 schedule(); /* Wait for erase to finish. */ in mtdoops_erase_block()
/linux-4.4.14/drivers/mfd/
Dti_am335x_tscadc.c78 schedule(); in am335x_tscadc_need_adc()
/linux-4.4.14/fs/nfs/
Dcallback.c134 schedule(); in nfs41_callback_svc()
/linux-4.4.14/fs/afs/
Dcell.c393 schedule(); in afs_cell_destroy()
Dcallback.c315 schedule(); in afs_give_up_callback()
/linux-4.4.14/drivers/parport/
Ddaisy.c122 schedule(); in parport_daisy_init()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dworkitem.c382 schedule(); in cfs_wi_sched_create()
Ddebug.c492 schedule(); in libcfs_debug_dumplog()
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dspufs.h334 schedule(); \
Dsched.c561 schedule(); in spu_prio_wait()
1013 schedule(); in spusched_thread()
/linux-4.4.14/drivers/gpu/host1x/
Dintr.c264 schedule(); in host1x_intr_put_ref()
Dcdma.c158 schedule(); in host1x_cdma_wait_locked()
/linux-4.4.14/arch/x86/kernel/
Dsmpboot.c914 schedule(); in do_boot_cpu()
929 schedule(); in do_boot_cpu()
/linux-4.4.14/arch/parisc/kernel/
Dentry.S950 .import schedule,code
973 b schedule
975 load32 schedule, %r20
1973 .import schedule,code
1975 BL schedule,%r2
/linux-4.4.14/Documentation/trace/
Dftrace.txt1220 not schedule. To record this time, use the preemptirqsoff
1295 # => started at: schedule
1307 kworker/-59 3...1 0us : __schedule <-schedule
1422 <idle>-0 3d..3 15us : __schedule <-schedule
1439 up to the time that it executes. This is also known as "schedule
1442 but the average schedule latency is better for non-RT tasks.
1490 <idle>-0 3d..3 5us : __schedule <-schedule
1495 to perform the task switch. Note, since the trace point in the schedule
1497 is about to schedule in. This may change if we add a new marker at the
1606 <idle>-0 3.N.. 25us : schedule <-cpu_idle
[all …]
/linux-4.4.14/drivers/scsi/
Dncr53c8xx.c1348 struct link schedule; /* Jump to scheduler point */ member
4357 cp->start.schedule.l_paddr = cpu_to_scr(NCB_SCRIPT_PHYS (np, select)); in ncr_queue_command()
4358 cp->restart.schedule.l_paddr = cpu_to_scr(NCB_SCRIPT_PHYS (np, resel_dsa)); in ncr_queue_command()
4678 cp->start.schedule.l_paddr =
4683 cp->restart.schedule.l_paddr =
5099 cp->start.schedule.l_paddr = in ncr_ccb_skipped()
6567 cp2->start.schedule.l_paddr = in ncr_sir_to_redo()
6661 cp->start.schedule.l_paddr = in ncr_sir_to_redo()
6668 cp->start.schedule.l_paddr = in ncr_sir_to_redo()
7340 cp->start.schedule.l_cmd = cpu_to_scr(SCR_JUMP); in ncr_init_ccb()
[all …]
/linux-4.4.14/fs/coda/
Dpsdev.c229 schedule(); in coda_psdev_read()
/linux-4.4.14/drivers/acpi/
Dacpi_pad.c202 schedule(); in power_saving_thread()
/linux-4.4.14/drivers/net/wireless/cw1200/
Dcw1200_spi.c212 schedule(); in cw1200_spi_lock()
/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-dvb.c99 schedule(); in pvr2_dvb_feed_thread()
/linux-4.4.14/drivers/hid/
Dhid-roccat.c108 schedule(); in roccat_read()
/linux-4.4.14/drivers/base/
Ddevtmpfs.c406 schedule(); in devtmpfsd()
/linux-4.4.14/kernel/rcu/
Dtree.h443 schedule(); \
/linux-4.4.14/drivers/platform/x86/
Dideapad-laptop.c174 schedule(); in read_ec_data()
200 schedule(); in write_ec_cmd()
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-tvaudio.c320 schedule(); in tvaudio_sleep()
991 schedule(); in saa7134_tvaudio_init()
/linux-4.4.14/arch/avr32/kernel/
Dentry-avr32b.S281 call schedule
588 call schedule
/linux-4.4.14/net/bluetooth/cmtp/
Dcore.c310 schedule(); in cmtp_session()
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf-dvb.c88 schedule(); in videobuf_dvb_thread()
/linux-4.4.14/arch/arc/kernel/
Dentry.S306 j @schedule ; BTST+Bnz causes relo error in link
/linux-4.4.14/Documentation/networking/
Dpacket_mmap.txt588 - PACKET_FANOUT_HASH: schedule to socket by skb's packet hash
589 - PACKET_FANOUT_LB: schedule to socket by round-robin
590 - PACKET_FANOUT_CPU: schedule to socket by CPU packet arrives on
591 - PACKET_FANOUT_RND: schedule to socket by random selection
593 - PACKET_FANOUT_QM: schedule to socket by skbs recorded queue_mapping
/linux-4.4.14/Documentation/usb/
Dehci.txt115 "async" dumps the asynchronous schedule, used for control
119 "periodic" dumps the periodic schedule, used for interrupt
DURB.txt90 you want to schedule. For CTRL/BULK/INT, use 0. The mem_flags parameter
223 packet you want to schedule. You also have to set urb->interval to say
/linux-4.4.14/drivers/crypto/
Dmxs-dcp.c369 schedule(); in dcp_chan_thread_aes()
670 schedule(); in dcp_chan_thread_sha()
/linux-4.4.14/ipc/
Dmsg.c678 schedule(); in do_msgsnd()
920 schedule(); in do_msgrcv()
/linux-4.4.14/arch/s390/kernel/
Dentry.S342 # _TIF_NEED_RESCHED is set, call schedule
346 jg schedule
689 # _TIF_NEED_RESCHED is set, call schedule
694 brasl %r14,schedule # call scheduler
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_lib.h555 schedule(); \
/linux-4.4.14/drivers/rtc/
Drtc-dev.c184 schedule(); in rtc_dev_read()
/linux-4.4.14/drivers/infiniband/core/
Dfmr_pool.c195 schedule(); in ib_fmr_cleanup_thread()
/linux-4.4.14/kernel/time/
Dtimer.c1508 schedule(); in schedule_timeout()
1531 schedule(); in schedule_timeout()
Dhrtimer.c1745 schedule(); in schedule_hrtimeout_range_clock()
1757 schedule(); in schedule_hrtimeout_range_clock()
/linux-4.4.14/Documentation/isdn/
DINTERFACE163 memcpy, may NOT use schedule())
165 memcpy_fromfs, use of schedule() allowed)
187 memcpy, may NOT use schedule())
189 memcpy_fromfs, use of schedule() allowed)
/linux-4.4.14/arch/tile/kernel/
Dprocess.c489 schedule(); in do_work_pending()
/linux-4.4.14/arch/nios2/kernel/
Dentry.S298 call schedule
/linux-4.4.14/drivers/staging/media/lirc/
Dlirc_parallel.c355 schedule(); in lirc_read()
/linux-4.4.14/drivers/char/mwave/
Dmwavedd.c347 schedule(); in mwave_ioctl()
/linux-4.4.14/sound/oss/
Dmidi_synth.c541 schedule(); in midi_synth_load_patch()
/linux-4.4.14/arch/h8300/kernel/
Dentry.S311 jsr @schedule
/linux-4.4.14/drivers/crypto/ccp/
Dccp-dev.c235 schedule(); in ccp_cmd_queue_thread()
/linux-4.4.14/drivers/md/persistent-data/
Ddm-block-manager.c135 schedule(); in __wait()
/linux-4.4.14/drivers/media/common/saa7146/
Dsaa7146_vbi.c104 schedule(); in vbi_workaround()
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88.h603 #define cx_wait(d) { if (need_resched()) schedule(); else udelay(d); }

123