/linux-4.4.14/include/linux/ |
D | freezer.h | 171 schedule(); in freezable_schedule() 179 schedule(); in freezable_schedule_unsafe() 278 #define freezable_schedule() schedule() 280 #define freezable_schedule_unsafe() schedule()
|
D | wait.h | 248 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 …]
|
D | backing-dev.h | 238 schedule(); in bdi_sched_wait()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-probe.txt | 184 …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/ |
D | svc.c | 58 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 …]
|
D | signaling.c | 58 schedule(); in modify_qos() 152 schedule(); in sigd_enq2()
|
D | common.c | 76 schedule(); in alloc_tx() 614 schedule(); in vcc_sendmsg()
|
/linux-4.4.14/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | fgraph-filter-stack.tc | 61 count=`cat trace | grep '()' | grep -v schedule | wc -l` 78 count=`cat trace | grep '()' | grep -v schedule | wc -l`
|
D | fgraph-filter.tc | 39 count=`cat trace | grep '()' | grep -v schedule | wc -l`
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-arch.txt | 25 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.
|
D | sched-stats.txt | 40 Next three are schedule() statistics: 43 3) # of times schedule() was called 44 4) # of times schedule() left the processor idle
|
D | sched-deadline.txt | 47 "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/ |
D | aesbs-core.S_shipped | 38 @ 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/ |
D | entry.S | 191 ;; 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/ |
D | requestqueue.c | 102 schedule(); in dlm_process_requestqueue() 125 schedule(); in dlm_wait_requestqueue()
|
D | recoverd.c | 294 schedule(); in dlm_recoverd()
|
/linux-4.4.14/kernel/power/ |
D | process.c | 214 schedule(); in thaw_processes() 235 schedule(); in thaw_kernel_threads()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | context_tracking.h | 7 #define SCHEDULE_USER bl schedule
|
/linux-4.4.14/kernel/trace/ |
D | ring_buffer_benchmark.c | 221 schedule(); in ring_buffer_consumer() 373 schedule(); in wait_to_die() 389 schedule(); in ring_buffer_consumer_thread()
|
D | trace_selftest.c | 1057 schedule(); in trace_wakeup_test_thread() 1067 schedule(); in trace_wakeup_test_thread()
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_main.h | 176 schedule(); in sleep_cond() 194 schedule(); in sleep_atomic_cond()
|
/linux-4.4.14/kernel/ |
D | kthread.c | 164 schedule(); in __kthread_parkme() 203 schedule(); in kthread() 517 schedule(); in kthreadd() 597 schedule(); in kthread_worker_fn()
|
D | freezer.c | 81 schedule(); in __refrigerator()
|
D | smpboot.c | 159 schedule(); in smpboot_thread_fn()
|
D | pid_namespace.c | 261 schedule(); in zap_pid_ns_processes()
|
D | exit.c | 698 schedule(); in do_exit() 828 schedule(); in do_exit() 1521 schedule(); in do_wait()
|
D | kmod.c | 393 schedule(); in usermodehelper_read_trylock()
|
D | cpu.c | 159 schedule(); in cpu_hotplug_begin()
|
/linux-4.4.14/arch/cris/kernel/ |
D | ptrace.c | 51 schedule(); in do_work_pending()
|
/linux-4.4.14/kernel/locking/ |
D | rwsem-spinlock.c | 160 schedule(); in __down_read() 220 schedule(); in __down_write_nested()
|
D | rwsem-xadd.c | 250 schedule(); in rwsem_down_read_failed() 489 schedule(); in rwsem_down_write_failed()
|
D | rtmutex.c | 1136 schedule(); in __rt_mutex_slowlock() 1162 schedule(); in rt_mutex_handle_deadlock()
|
/linux-4.4.14/drivers/atm/ |
D | ambassador.c | 597 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/ |
D | thread.c | 40 schedule(); in speakup_thread()
|
D | selection.c | 154 schedule(); in __speakup_paste_selection()
|
D | speakup_soft.c | 231 schedule(); in softsynth_read()
|
/linux-4.4.14/drivers/usb/host/ |
D | sl811-hcd.c | 317 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()
|
D | isp1362-hcd.c | 477 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 …]
|
D | sl811.h | 188 struct list_head schedule; member
|
D | isp116x-hcd.c | 316 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/ |
D | scan.c | 825 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()
|
D | fw-api-scan.h | 363 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/ |
D | ip_vs_fo.c | 63 .schedule = ip_vs_fo_schedule,
|
D | ip_vs_ovf.c | 70 .schedule = ip_vs_ovf_schedule,
|
D | ip_vs_lc.c | 76 .schedule = ip_vs_lc_schedule,
|
D | ip_vs_sed.c | 127 .schedule = ip_vs_sed_schedule,
|
D | ip_vs_wlc.c | 99 .schedule = ip_vs_wlc_schedule,
|
D | ip_vs_nq.c | 126 .schedule = ip_vs_nq_schedule,
|
D | ip_vs_rr.c | 114 .schedule = ip_vs_rr_schedule,
|
D | ip_vs_dh.c | 257 .schedule = ip_vs_dh_schedule,
|
D | ip_vs_wrr.c | 254 .schedule = ip_vs_wrr_schedule,
|
D | ip_vs_sh.c | 363 .schedule = ip_vs_sh_schedule,
|
D | ip_vs_lblc.c | 545 .schedule = ip_vs_lblc_schedule,
|
/linux-4.4.14/drivers/net/wan/lmc/ |
D | lmc_debug.c | 76 schedule(); in lmc_trace()
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | technisat-usb2.c | 298 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()
|
D | dvb-usb-remote.c | 124 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/ |
D | entry.S | 138 jmp schedule 224 jra schedule 248 jra schedule
|
/linux-4.4.14/drivers/mtd/chips/ |
D | cfi_cmdset_0020.c | 354 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()
|
D | cfi_cmdset_0002.c | 874 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/ |
D | Makefile | 14 KBUILD_CFLAGS += -pipe -fno-schedule-insns
|
/linux-4.4.14/arch/mips/kernel/ |
D | process.c | 373 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()
|
D | entry.S | 140 jal schedule
|
D | smp.c | 258 schedule(); in __cpu_up()
|
D | rtlx.c | 136 schedule(); in rtlx_open()
|
/linux-4.4.14/drivers/tty/ |
D | bfin_jtag_comm.c | 79 schedule(); in bfin_jc_emudat_manager() 89 schedule(); in bfin_jc_emudat_manager()
|
D | n_hdlc.c | 638 schedule(); in n_hdlc_tty_read() 704 schedule(); in n_hdlc_tty_write()
|
D | tty_port.c | 422 schedule(); in tty_port_block_til_ready()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-debug.c | 167 schedule(); in lbug_with_loc()
|
/linux-4.4.14/fs/ |
D | fs_pin.c | 62 schedule(); in pin_kill()
|
D | eventfd.c | 209 schedule(); in eventfd_ctx_read() 273 schedule(); in eventfd_write()
|
D | mbcache.c | 691 schedule(); in mb_cache_entry_get() 748 schedule(); in __mb_cache_entry_find()
|
D | signalfd.c | 188 schedule(); in signalfd_dequeue()
|
D | userfaultfd.c | 363 schedule(); in handle_userfault() 608 schedule(); in userfaultfd_ctx_read()
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | process.c | 207 schedule(); in do_work_pending()
|
/linux-4.4.14/arch/um/drivers/ |
D | random.c | 81 schedule(); in rng_dev_read()
|
/linux-4.4.14/drivers/staging/gdm72xx/ |
D | sdio_boot.c | 52 schedule(); in ack_ready()
|
/linux-4.4.14/drivers/char/ |
D | nwbutton.c | 173 schedule(); in button_read()
|
D | genrtc.c | 233 schedule(); in gen_clear_rtc_irq_bit()
|
D | applicom.c | 440 schedule(); in ac_write() 603 schedule(); in ac_read()
|
/linux-4.4.14/Documentation/DocBook/ |
D | networking.xml.db | 154 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
|
D | scsi.xml.db | 19 API-scsi-schedule-eh 144 API-spi-schedule-dv-device
|
D | device-drivers.xml.db | 27 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/ |
D | background.c | 99 schedule(); in jffs2_garbage_collect_thread()
|
D | os-linux.h | 46 schedule(); \
|
/linux-4.4.14/fs/fscache/ |
D | main.c | 204 schedule(); in fscache_wait_atomic_t()
|
/linux-4.4.14/net/netfilter/ |
D | nft_hash.c | 253 goto schedule; in nft_hash_gc() 283 schedule: in nft_hash_gc()
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | divasi.c | 519 schedule(); in remove_entity() 536 schedule(); in remove_entity()
|
/linux-4.4.14/drivers/net/appletalk/ |
D | cops.c | 616 schedule(); in cops_nodeid() 632 schedule(); in cops_nodeid() 660 schedule(); in cops_nodeid()
|
/linux-4.4.14/Documentation/locking/ |
D | lockstat.txt | 150 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/ |
D | fid_request.c | 223 schedule(); in seq_fid_alloc_prep() 325 schedule(); in seq_client_flush()
|
/linux-4.4.14/drivers/scsi/mvsas/ |
D | Kconfig | 50 the interrupt will schedule a tasklet.
|
/linux-4.4.14/arch/m32r/kernel/ |
D | entry.S | 228 bl schedule
|
/linux-4.4.14/sound/firewire/oxfw/ |
D | oxfw-hwdep.c | 31 schedule(); in hwdep_read()
|
/linux-4.4.14/sound/firewire/digi00x/ |
D | digi00x-hwdep.c | 32 schedule(); in hwdep_read()
|
/linux-4.4.14/sound/firewire/dice/ |
D | dice-hwdep.c | 24 schedule(); in hwdep_read()
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | sysfs.c | 137 schedule(); in wl1271_sysfs_read_fwlog()
|
/linux-4.4.14/sound/firewire/bebob/ |
D | bebob_hwdep.c | 32 schedule(); in hwdep_read()
|
/linux-4.4.14/sound/firewire/tascam/ |
D | tascam-hwdep.c | 50 schedule(); in hwdep_read()
|
/linux-4.4.14/drivers/macintosh/ |
D | adb-iop.c | 282 schedule(); in adb_iop_reset_bus()
|
D | smu.c | 1192 schedule(); in smu_read_command() 1291 schedule(); in smu_release()
|
/linux-4.4.14/drivers/lguest/ |
D | core.c | 276 schedule(); in run_guest()
|
/linux-4.4.14/drivers/md/bcache/ |
D | closure.c | 130 schedule(); in closure_sync()
|
D | alloc.c | 292 schedule(); \ 402 schedule(); in bch_bucket_alloc()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_trans_ail.c | 522 schedule(); in xfsaild() 607 schedule(); in xfs_ail_push_all_sync()
|
D | xfs_log_priv.h | 559 schedule(); in xlog_wait()
|
/linux-4.4.14/Documentation/cgroups/ |
D | freezer-subsystem.txt | 2 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/ |
D | wanxl.c | 490 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/ |
D | i2c-eg20t.c | 270 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()
|
D | i2c-imx.c | 448 schedule(); in i2c_imx_bus_busy() 653 schedule(); in i2c_imx_dma_write() 712 schedule(); in i2c_imx_dma_read()
|
D | i2c-ibm_iic.c | 398 schedule(); in iic_abort_xfer() 443 schedule(); in iic_wait_for_tc()
|
D | i2c-mpc.c | 134 schedule(); in i2c_wait() 588 schedule(); in mpc_xfer()
|
/linux-4.4.14/drivers/mtd/lpddr/ |
D | lpddr_cmds.c | 161 schedule(); in wait_for_ready() 260 schedule(); in get_chip() 327 schedule(); in chip_ready()
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | entry.S | 410 bralid r15, schedule; /* Call scheduler */ 585 bralid r15, schedule; /* Call scheduler */ 695 bralid r15, schedule; 832 bralid r15, schedule; /* Call scheduler */
|
D | entry-nommu.S | 134 bralid r15, schedule 496 bralid r15, schedule
|
/linux-4.4.14/Documentation/timers/ |
D | highres.txt | 70 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/ |
D | r8152.c | 604 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/ |
D | signal.c | 301 schedule(); in do_work_pending()
|
/linux-4.4.14/sound/core/seq/ |
D | seq_fifo.c | 193 schedule(); in snd_seq_fifo_cell_out()
|
D | seq_memory.c | 248 schedule(); in snd_seq_cell_alloc()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_lock.c | 98 schedule(); in drm_legacy_lock()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | lib-eq.c | 340 schedule(); in lnet_eq_wait_locked()
|
D | lib-socket.c | 542 schedule(); in lnet_sock_accept()
|
/linux-4.4.14/arch/x86/crypto/ |
D | sha512-ssse3-asm.S | 156 # 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
|
D | sha512-avx-asm.S | 162 # 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/ |
D | prng.c | 521 schedule(); in prng_tdes_read() 606 schedule(); in prng_sha512_read()
|
/linux-4.4.14/drivers/misc/ |
D | lkdtm.c | 416 schedule(); in lkdtm_do_action() 438 schedule(); in lkdtm_do_action()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_irq.c | 167 schedule(); in vmw_fallback_wait()
|
/linux-4.4.14/net/rxrpc/ |
D | ar-peer.c | 294 schedule(); in rxrpc_destroy_all_peers()
|
D | ar-local.c | 311 schedule(); in rxrpc_destroy_all_locals()
|
/linux-4.4.14/arch/metag/kernel/ |
D | signal.c | 309 schedule(); in do_work_pending()
|
/linux-4.4.14/lib/ |
D | percpu_ida.c | 197 schedule(); in percpu_ida_alloc()
|
D | klist.c | 256 schedule(); in klist_remove()
|
D | test_rhashtable.c | 299 schedule(); in threadfunc()
|
/linux-4.4.14/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 107 schedule(); in hwdep_read()
|
/linux-4.4.14/fs/nfs/blocklayout/ |
D | rpc_pipefs.c | 95 schedule(); in bl_resolve_deviceid()
|
/linux-4.4.14/drivers/tty/vt/ |
D | selection.c | 356 schedule(); in paste_selection()
|
/linux-4.4.14/mm/ |
D | highmem.c | 249 schedule(); in map_new_virtual()
|
/linux-4.4.14/arch/um/kernel/ |
D | process.c | 99 schedule(); in interrupt_end()
|
/linux-4.4.14/Documentation/ |
D | dcdbas.txt | 53 to schedule the driver to perform a power cycle or power off host control
|
/linux-4.4.14/arch/sparc/kernel/ |
D | rtrap_32.S | 67 call schedule
|
D | rtrap_64.S | 20 # define SCHEDULE_USER schedule
|
/linux-4.4.14/Documentation/fb/ |
D | deferred_io.txt | 15 - schedule a workqueue task to be run after a delay
|
/linux-4.4.14/drivers/media/rc/ |
D | rc-ir-raw.c | 53 schedule(); in ir_raw_event_thread()
|
D | lirc_dev.c | 145 schedule(); in lirc_thread() 722 schedule(); in lirc_dev_fop_read()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-fileops.c | 277 schedule(); in ivtv_get_buffer() 637 schedule(); in ivtv_write() 698 schedule(); in ivtv_write()
|
/linux-4.4.14/drivers/base/power/ |
D | runtime.c | 492 schedule(); in rpm_suspend() 663 schedule(); in rpm_resume() 1086 schedule(); in __pm_runtime_barrier()
|
/linux-4.4.14/drivers/net/wireless/rsi/ |
D | rsi_91x_core.c | 310 schedule(); in rsi_core_qos_processor()
|
/linux-4.4.14/arch/x86/entry/ |
D | common.c | 240 schedule(); in exit_to_usermode_loop()
|
/linux-4.4.14/drivers/mtd/ |
D | mtdblock.c | 97 schedule(); /* Wait for erase to finish. */ in erase_write()
|
D | mtdoops.c | 125 schedule(); /* Wait for erase to finish. */ in mtdoops_erase_block()
|
/linux-4.4.14/drivers/mfd/ |
D | ti_am335x_tscadc.c | 78 schedule(); in am335x_tscadc_need_adc()
|
/linux-4.4.14/fs/nfs/ |
D | callback.c | 134 schedule(); in nfs41_callback_svc()
|
/linux-4.4.14/fs/afs/ |
D | cell.c | 393 schedule(); in afs_cell_destroy()
|
D | callback.c | 315 schedule(); in afs_give_up_callback()
|
/linux-4.4.14/drivers/parport/ |
D | daisy.c | 122 schedule(); in parport_daisy_init()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | workitem.c | 382 schedule(); in cfs_wi_sched_create()
|
D | debug.c | 492 schedule(); in libcfs_debug_dumplog()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | spufs.h | 334 schedule(); \
|
D | sched.c | 561 schedule(); in spu_prio_wait() 1013 schedule(); in spusched_thread()
|
/linux-4.4.14/drivers/gpu/host1x/ |
D | intr.c | 264 schedule(); in host1x_intr_put_ref()
|
D | cdma.c | 158 schedule(); in host1x_cdma_wait_locked()
|
/linux-4.4.14/arch/x86/kernel/ |
D | smpboot.c | 914 schedule(); in do_boot_cpu() 929 schedule(); in do_boot_cpu()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | entry.S | 950 .import schedule,code 973 b schedule 975 load32 schedule, %r20 1973 .import schedule,code 1975 BL schedule,%r2
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 1220 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/ |
D | ncr53c8xx.c | 1348 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/ |
D | psdev.c | 229 schedule(); in coda_psdev_read()
|
/linux-4.4.14/drivers/acpi/ |
D | acpi_pad.c | 202 schedule(); in power_saving_thread()
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | cw1200_spi.c | 212 schedule(); in cw1200_spi_lock()
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-dvb.c | 99 schedule(); in pvr2_dvb_feed_thread()
|
/linux-4.4.14/drivers/hid/ |
D | hid-roccat.c | 108 schedule(); in roccat_read()
|
/linux-4.4.14/drivers/base/ |
D | devtmpfs.c | 406 schedule(); in devtmpfsd()
|
/linux-4.4.14/kernel/rcu/ |
D | tree.h | 443 schedule(); \
|
/linux-4.4.14/drivers/platform/x86/ |
D | ideapad-laptop.c | 174 schedule(); in read_ec_data() 200 schedule(); in write_ec_cmd()
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-tvaudio.c | 320 schedule(); in tvaudio_sleep() 991 schedule(); in saa7134_tvaudio_init()
|
/linux-4.4.14/arch/avr32/kernel/ |
D | entry-avr32b.S | 281 call schedule 588 call schedule
|
/linux-4.4.14/net/bluetooth/cmtp/ |
D | core.c | 310 schedule(); in cmtp_session()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf-dvb.c | 88 schedule(); in videobuf_dvb_thread()
|
/linux-4.4.14/arch/arc/kernel/ |
D | entry.S | 306 j @schedule ; BTST+Bnz causes relo error in link
|
/linux-4.4.14/Documentation/networking/ |
D | packet_mmap.txt | 588 - 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/ |
D | ehci.txt | 115 "async" dumps the asynchronous schedule, used for control 119 "periodic" dumps the periodic schedule, used for interrupt
|
D | URB.txt | 90 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/ |
D | mxs-dcp.c | 369 schedule(); in dcp_chan_thread_aes() 670 schedule(); in dcp_chan_thread_sha()
|
/linux-4.4.14/ipc/ |
D | msg.c | 678 schedule(); in do_msgsnd() 920 schedule(); in do_msgrcv()
|
/linux-4.4.14/arch/s390/kernel/ |
D | entry.S | 342 # _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/ |
D | lustre_lib.h | 555 schedule(); \
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-dev.c | 184 schedule(); in rtc_dev_read()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | fmr_pool.c | 195 schedule(); in ib_fmr_cleanup_thread()
|
/linux-4.4.14/kernel/time/ |
D | timer.c | 1508 schedule(); in schedule_timeout() 1531 schedule(); in schedule_timeout()
|
D | hrtimer.c | 1745 schedule(); in schedule_hrtimeout_range_clock() 1757 schedule(); in schedule_hrtimeout_range_clock()
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE | 163 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/ |
D | process.c | 489 schedule(); in do_work_pending()
|
/linux-4.4.14/arch/nios2/kernel/ |
D | entry.S | 298 call schedule
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | lirc_parallel.c | 355 schedule(); in lirc_read()
|
/linux-4.4.14/drivers/char/mwave/ |
D | mwavedd.c | 347 schedule(); in mwave_ioctl()
|
/linux-4.4.14/sound/oss/ |
D | midi_synth.c | 541 schedule(); in midi_synth_load_patch()
|
/linux-4.4.14/arch/h8300/kernel/ |
D | entry.S | 311 jsr @schedule
|
/linux-4.4.14/drivers/crypto/ccp/ |
D | ccp-dev.c | 235 schedule(); in ccp_cmd_queue_thread()
|
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-block-manager.c | 135 schedule(); in __wait()
|
/linux-4.4.14/drivers/media/common/saa7146/ |
D | saa7146_vbi.c | 104 schedule(); in vbi_workaround()
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88.h | 603 #define cx_wait(d) { if (need_resched()) schedule(); else udelay(d); }
|