/linux-4.1.27/arch/x86/include/asm/ |
H A D | preempt.h | 12 * that a decrement hitting 0 means we can and should reschedule. 44 * preempt_enable() can decrement and test for needing to reschedule with a 81 * Because we keep PREEMPT_NEED_RESCHED set when we do _not_ need to reschedule 83 * reschedule.
|
H A D | irq_vectors.h | 81 * TLB, reschedule and local APIC vectors are performance-critical.
|
/linux-4.1.27/arch/x86/include/asm/trace/ |
H A D | irq_vectors.h | 48 * reschedule - called when entering/exiting a reschedule vector handler 50 DEFINE_IRQ_VECTOR_EVENT(reschedule); variable
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | timex.h | 18 * But this only means we'll force a reschedule every 8 seconds or so,
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | pil.h | 8 * when SMP locking is an issue we reschedule the event into a PIL
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | smp.h | 57 * this function sends a 'reschedule' IPI to another CPU. 59 * anything. Worst case is that we lose a reschedule ...
|
H A D | timex.h | 34 * But this only means we'll force a reschedule every 8 seconds or so,
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
H A D | libcfs_workitem.h | 52 * workitem to reschedule itself. 107 /** # workitem scheduler loops before reschedule */
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | irqinit.c | 106 * The reschedule interrupt is a CPU-to-CPU reschedule-helper smp_intr_init()
|
H A D | smp.c | 117 * this function sends a 'reschedule' IPI to another CPU. 119 * anything. Worst case is that we lose a reschedule ...
|
H A D | kvm.c | 160 * We cannot reschedule. So halt. kvm_async_pf_task_wait()
|
H A D | entry_64.S | 369 /* Either reschedule or signal or syscall exit tracking needed. */ 370 /* First do a reschedule test. */
|
/linux-4.1.27/drivers/md/ |
H A D | dm-builtin.c | 27 * 7. a reschedule happens before dm_kobject_release returns
|
H A D | raid10.c | 1940 /* for reconstruct, we always reschedule after a read. end_sync_read()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
H A D | tt.c | 231 goto reschedule; check_exit_ctkill() 236 goto reschedule; check_exit_ctkill() 246 goto reschedule; check_exit_ctkill() 256 reschedule: check_exit_ctkill()
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | led.c | 38 /* reschedule */ led_blink()
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | entry-v7m.S | 88 @ execute the pending work, including reschedule
|
/linux-4.1.27/drivers/block/ |
H A D | sx8.c | 1255 int reschedule = 0; carm_fsm_task() local 1267 reschedule = 1; carm_fsm_task() 1274 reschedule = 1; carm_fsm_task() 1282 reschedule = 1; carm_fsm_task() 1290 reschedule = 1; carm_fsm_task() 1298 reschedule = 1; carm_fsm_task() 1305 reschedule = 1; carm_fsm_task() 1321 reschedule = 1; carm_fsm_task() 1325 reschedule = 1; carm_fsm_task() 1345 reschedule = 1; carm_fsm_task() 1369 if (reschedule) carm_fsm_task()
|
H A D | xsysace.c | 66 * - does not reschedule the tasklet so the FSM will not be processed 446 /* Set flag to exit FSM loop and reschedule tasklet */ ace_fsm_yield() 454 /* Set flag to exit FSM loop and wait for IRQ to reschedule tasklet */ ace_fsm_yieldirq()
|
H A D | floppy.c | 684 DPRINT("reschedule timeout %s\n", message); __reschedule_timeout()
|
/linux-4.1.27/arch/blackfin/mach-common/ |
H A D | smp.c | 120 /* Use IRQ_SUPPLE_0 to request reschedule. 122 * there is chance to reschedule */ ipi_handler_int0()
|
H A D | interrupt.S | 284 * so that we may reschedule immediately.
|
H A D | entry.S | 819 raise 15; /* raise evt15 to do signal or reschedule */ 999 raise 15; /* raise evt15 to do signal or reschedule */
|
/linux-4.1.27/kernel/sched/ |
H A D | idle.c | 216 * guaranteed to cause the cpu to reschedule. cpu_idle_loop() 267 * We promise to call sched_ttwu_pending and reschedule cpu_idle_loop()
|
H A D | rt.c | 1372 * Current can't be migrated, useless to reschedule, check_preempt_equal_prio() 1389 * current and none to run 'p', so lets reschedule check_preempt_equal_prio() 1414 * - current will be preempted on the next reschedule check_preempt_curr_rt() 1417 * cpu. If so, we will reschedule to allow the push logic to try check_preempt_curr_rt() 1726 * just reschedule current. push_rt_task() 2047 * If we are not running and we are not going to reschedule soon, we should 2130 * If there are other RT tasks then we will reschedule switched_from_rt() 2202 * then reschedule. Note, the above pull_rt_task prio_changed_rt() 2204 * Only reschedule if p is still on the same runqueue. prio_changed_rt() 2217 * then reschedule. prio_changed_rt()
|
H A D | deadline.c | 1027 * Current can't be migrated, useless to reschedule, check_preempt_equal_dl() 1413 * can move away, it makes sense to just reschedule push_dl_task() 1561 * Since the task is not running and a reschedule is not going to happen 1729 /* Only reschedule if pushing failed */ switched_to_dl() 1761 * then reschedule, provided p is still on this prio_changed_dl()
|
H A D | core.c | 509 * sched_ttwu_pending() and reschedule soon. 1556 * Not all reschedule IPI handlers call irq_enter/irq_exit, since scheduler_ipi() 2736 * WARNING: all callers must re-check need_resched() afterward and reschedule 3119 * lowered its priority, then reschedule its CPU: set_user_nice() 4244 * __cond_resched_lock() - if a reschedule is pending, drop the given lock, 4369 * Make p's CPU reschedule; pick_next_entity takes care of yield_to()
|
H A D | fair.c | 3366 * validating it and just reschedule. entity_tick()
|
/linux-4.1.27/include/sound/ |
H A D | timer.h | 51 #define SNDRV_TIMER_FLG_RESCHED 0x00000002 /* need reschedule */
|
/linux-4.1.27/include/linux/ |
H A D | smp.h | 72 * sends a 'reschedule' event to another CPU:
|
H A D | gfp.h | 71 #define __GFP_WAIT ((__force gfp_t)___GFP_WAIT) /* Can wait and reschedule? */
|
H A D | sched.h | 2825 * value indicates whether a reschedule was done in fact.
|
H A D | netdevice.h | 439 /* Try to reschedule poll. Called by dev->poll() after napi_complete(). */ napi_reschedule()
|
/linux-4.1.27/arch/m68k/68360/ |
H A D | entry.S | 111 jne reschedule
|
/linux-4.1.27/kernel/ |
H A D | hung_task.c | 135 * to exit the grace period. For classic RCU, a reschedule is required.
|
H A D | kallsyms.c | 288 * - We guarantee that the returned name is valid until we reschedule even if.
|
H A D | smp.c | 280 * prevent preemption and reschedule on another processor, smp_call_function_single()
|
/linux-4.1.27/kernel/locking/ |
H A D | osq_lock.c | 114 * If we need to reschedule bail... so we can block. osq_lock()
|
H A D | mutex.c | 288 * need to reschedule. The rationale is that if the lock owner is 387 * reschedule now, before we try-lock the mutex. This avoids getting mutex_optimistic_spin()
|
/linux-4.1.27/fs/afs/ |
H A D | callback.c | 425 /* and then reschedule */ 426 _debug("reschedule");
|
H A D | vlocation.c | 685 /* and then reschedule */ afs_vlocation_updater() 686 _debug("reschedule"); afs_vlocation_updater()
|
/linux-4.1.27/drivers/input/touchscreen/ |
H A D | tsc2005.c | 503 * progress. In that case just reschedule the work. If the work tsc2005_esd_work() 506 goto reschedule; tsc2005_esd_work() 541 reschedule: tsc2005_esd_work()
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
H A D | tx.c | 496 /* firmware buffer has space, reschedule tx_work */ wl1251_tx_complete() 497 wl1251_debug(DEBUG_TX, "tx_complete: reschedule tx_work"); wl1251_tx_complete()
|
/linux-4.1.27/drivers/net/ |
H A D | ifb.c | 76 /* reschedule */ ri_tasklet()
|
/linux-4.1.27/arch/x86/xen/ |
H A D | xen-asm_32.S | 65 * means that a pending signal or reschedule event could be
|
/linux-4.1.27/arch/sh/kernel/cpu/sh5/ |
H A D | switchto.S | 135 ! go to save_pc for a reschedule, or the initial thread.pc for a new process
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ |
H A D | nv04.c | 57 /* reschedule interrupt for next alarm time */ nv04_timer_alarm_trigger()
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | hw_irq.h | 80 #define IA64_IPI_RESCHEDULE 0xfd /* SMP reschedule */
|
/linux-4.1.27/arch/m68k/68000/ |
H A D | entry.S | 115 jne reschedule
|
/linux-4.1.27/arch/m68k/coldfire/ |
H A D | entry.S | 149 jne reschedule
|
/linux-4.1.27/net/rxrpc/ |
H A D | ar-transport.c | 251 _debug("reschedule reaper %ld", (long) earliest - now); rxrpc_transport_reaper()
|
H A D | ar-connection.c | 896 _debug("reschedule reaper %ld", (long) earliest - now); rxrpc_connection_reaper()
|
/linux-4.1.27/arch/s390/appldata/ |
H A D | appldata_base.c | 111 * schedule work and reschedule timer
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | vpe-mt.c | 392 * reschedule send IPIs or similar we might hang. vpe_module_init()
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
H A D | iskeleton.S | 78 | deliver signals, reschedule etc..
|
/linux-4.1.27/arch/m68k/kernel/ |
H A D | entry.S | 132 ENTRY(reschedule)
|
/linux-4.1.27/drivers/usb/atm/ |
H A D | cxacru.c | 840 goto reschedule; cxacru_poll_status() 864 goto reschedule; cxacru_poll_status() 916 reschedule: cxacru_poll_status()
|
H A D | speedtch.c | 714 * they will not reschedule speedtch_atm_stop()
|
/linux-4.1.27/arch/mn10300/kernel/ |
H A D | smp.c | 134 .name = "smp reschedule IPI" 159 /* set up the reschedule IPI */ init_ipi() 369 * smp_send_reschedule - Send reschedule IPI to a CPU
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
H A D | smc91c92_cs.c | 1724 goto reschedule; media_check() 1765 goto reschedule; media_check() 1772 goto reschedule; media_check() 1790 goto reschedule; media_check() 1825 reschedule: media_check()
|
/linux-4.1.27/drivers/net/ethernet/tile/ |
H A D | tilepro.c | 586 * obvious "reschedule" logic, because "reschedule" is fairly expensive. 600 * This timer will reschedule itself as long as there are any pending 619 /* Free comps, and reschedule timer if more are pending. */ tile_net_handle_egress_timer() 1362 * Try to bring the NetIO interface up. If it fails, reschedule tile_net_open_retry()
|
H A D | tilegx.c | 777 * This timer will reschedule itself as long as there are any pending
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/ |
H A D | socklnd_cb.c | 1445 /* reschedule for rx */ ksocknal_scheduler() 1517 /* reschedule for tx */ ksocknal_scheduler() 1863 /* reschedule if peer is connecting to me */ ksocknal_connect() 1871 if (retry_later) /* needs reschedule */ ksocknal_connect() 2557 /* reschedule all the connections that stalled with ENOMEM... */ ksocknal_reaper()
|
H A D | socklnd.h | 40 #define SOCKNAL_RESCHED 100 /* # scheduler loops before reschedule */
|
H A D | socklnd_lib-linux.c | 705 * write_space won't reschedule me, so I ksocknal_lib_memory_pressure()
|
/linux-4.1.27/drivers/power/ |
H A D | ab8500_charger.c | 2155 goto reschedule; ab8500_charger_usb_attached_work() 2158 goto reschedule; ab8500_charger_usb_attached_work() 2170 reschedule: ab8500_charger_usb_attached_work() 2194 goto reschedule; ab8500_charger_ac_attached_work() 2198 goto reschedule; ab8500_charger_ac_attached_work() 2211 reschedule: ab8500_charger_ac_attached_work()
|
H A D | da9030_battery.c | 302 /* reschedule for the next time */ da9030_charging_monitor()
|
H A D | ab8500_fg.c | 1852 /* Not yet recovered from ovv, reschedule this test */ ab8500_fg_check_hw_failure_work()
|
/linux-4.1.27/drivers/net/ethernet/8390/ |
H A D | axnet_cs.c | 559 if (!netif_device_present(dev)) goto reschedule; ei_watchdog() 577 goto reschedule; ei_watchdog() 582 goto reschedule; ei_watchdog() 601 reschedule: ei_watchdog()
|
H A D | pcnet_cs.c | 1018 if (!netif_device_present(dev)) goto reschedule; ei_watchdog() 1036 goto reschedule; ei_watchdog() 1047 goto reschedule; ei_watchdog() 1091 reschedule: ei_watchdog()
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
H A D | rt2x00link.c | 371 * Increase tuner counter, and reschedule the next link tuner run. rt2x00link_tuner()
|
/linux-4.1.27/drivers/input/keyboard/ |
H A D | imx_keypad.c | 227 * If the matrix is not as stable as we want reschedule scan imx_keypad_check_for_events()
|
/linux-4.1.27/crypto/ |
H A D | mcryptd.c | 150 * req->complete) and reschedule itself if there are more work to
|
H A D | cryptd.c | 132 * req->complete) and reschedule itself if there are more work to
|
/linux-4.1.27/drivers/watchdog/ |
H A D | cpwd.c | 252 /* there is at least one timer brokenstopped-- reschedule */ cpwd_brokentimer()
|
/linux-4.1.27/arch/m32r/kernel/ |
H A D | smpboot.c | 269 * reschedule the child. do_boot_cpu()
|
/linux-4.1.27/arch/m68k/fpsp040/ |
H A D | skeleton.S | 383 | deliver signals, reschedule etc..
|
/linux-4.1.27/sound/sh/ |
H A D | aica.c | 322 /* reschedule the timer */ aica_period_elapsed()
|
/linux-4.1.27/drivers/net/ethernet/3com/ |
H A D | 3c574_cs.c | 872 goto reschedule; media_check() 932 reschedule: media_check()
|
H A D | 3c589_cs.c | 689 goto reschedule; media_check() 762 reschedule: media_check()
|
/linux-4.1.27/drivers/tty/hvc/ |
H A D | hvc_console.c | 638 * request a reschedule hvc_poll() 647 /* If flip is full, just reschedule a later read */ hvc_poll()
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | smp.c | 479 * this function sends a 'reschedule' IPI to another CPU. 481 * anything. Worst case is that we lose a reschedule ...
|
/linux-4.1.27/kernel/time/ |
H A D | tick-sched.c | 673 * interrupts arrive which do not cause a reschedule. In the tick_nohz_stop_sched_tick() 853 * a reschedule, it may still add, modify or delete a timer, enqueue
|
H A D | hrtimer.c | 979 * Kick to reschedule the next tick to handle the new timer __hrtimer_start_range_ns()
|
/linux-4.1.27/drivers/mtd/lpddr/ |
H A D | lpddr_cmds.c | 669 /* Be nice and reschedule with the chip in a usable lpddr_writev()
|
/linux-4.1.27/drivers/net/wireless/libertas_tf/ |
H A D | if_usb.c | 571 /* reschedule timer for 200ms hence */ if_usb_receive_fwload()
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
H A D | main.c | 256 /* reschedule to thread context - disconnect won't wil_connect_timer_fn()
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
H A D | 3945-rs.c | 147 * reschedule the rate flushing routine.
|
H A D | 3945.c | 1865 goto reschedule; il3945_reg_txpower_periodic() 1872 reschedule: il3945_reg_txpower_periodic()
|
H A D | 3945-mac.c | 1037 /* We don't reschedule replenish work here -- we will il3945_rx_allocate()
|
H A D | 4965-mac.c | 353 /* We don't reschedule replenish work here -- we will il4965_rx_allocate()
|
/linux-4.1.27/drivers/char/ |
H A D | mmtimer.c | 340 printk(KERN_ALERT "mmtimer: cannot reschedule timer\n"); mmtimer_set_next_timer()
|
/linux-4.1.27/drivers/thunderbolt/ |
H A D | nhi.c | 403 * nhi_interrupt_work cannot reschedule ring->work. ring_free()
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | smp.c | 180 [PPC_MSG_RESCHEDULE] = "ipi reschedule",
|
/linux-4.1.27/arch/powerpc/oprofile/cell/ |
H A D | spu_task_sync.c | 132 /* only reschedule if profiling is not done */ wq_sync_spu_buff()
|
/linux-4.1.27/net/wireless/ |
H A D | mlme.c | 721 /* reschedule if there are other channels waiting to be cleared again */ cfg80211_dfs_channels_update_work()
|
/linux-4.1.27/drivers/base/power/ |
H A D | runtime.c | 436 /* If the autosuspend_delay time hasn't expired yet, reschedule. */ 566 * reschedule another autosuspend.
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-wiimote-core.c | 93 * will reschedule itself until the queue is empty. wiimote_queue() 1164 /* reschedule MP hotplug timer */ wiimote_init_hotplug()
|
H A D | wacom_wac.c | 640 /* but reschedule a read of the current tool */ wacom_intuos_inout()
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
H A D | cvmx-pow.h | 183 * Don't reschedule this entry. no_sched is used for 1933 * able to reschedule any/all of the entries with the 2016 * able to reschedule any/all of the entries with the
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
H A D | i40evf_main.c | 1330 /* Don't reschedule the watchdog, since we've restarted i40evf_watchdog_task() 2227 return; /* do not reschedule */ i40evf_init_task()
|
/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_main.c | 1992 * reschedule our watchdog timer */ atl1e_down() 2462 * flush_scheduled work may reschedule our watchdog task, so atl1e_remove()
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | entry.S | 869 /* check for reschedule */ 1790 /* check for reschedule */
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
H A D | igb_ptp.c | 620 /* reschedule to check later */ igb_ptp_tx_work()
|
H A D | igb_main.c | 1776 * reschedule our watchdog timer igb_down()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ptp.c | 512 /* reschedule to keep checking if it's not available yet */ ixgbe_ptp_tx_hwtstamp_work()
|
/linux-4.1.27/drivers/net/phy/ |
H A D | phy.c | 685 /* reschedule state queue work to run as soon as possible */ phy_change()
|
/linux-4.1.27/drivers/net/irda/ |
H A D | sir_dev.c | 99 * long. Instead, for longer delays we start a timer to reschedule us later.
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
H A D | o2iblnd.h | 76 /* # scheduler loops before reschedule */
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
H A D | alias_GUID.c | 547 "%d. will reschedule to the next 1 sec.\n", set_guid_rec()
|
/linux-4.1.27/drivers/input/serio/ |
H A D | hil_mlc.c | 46 * in the state machine when appropriate. It will reschedule
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | radeon_fence.c | 279 /* just reschedule the check if a reset is going on */ radeon_fence_check_lockup()
|
/linux-4.1.27/drivers/usb/host/ |
H A D | ohci-q.c | 1078 * Otherwise, if the HC is running, reschedule. finish_unlinks()
|
H A D | ehci-sched.c | 739 /* reschedule QH iff another request is queued */ end_unlink_intr() 754 ehci_err(ehci, "can't reschedule qh %p, err %d\n", end_unlink_intr()
|
H A D | oxu210hp-hcd.c | 2984 /* reschedule QH iff another request is queued */ oxu_urb_dequeue() 2997 "can't reschedule qh %p, err %d\n", qh, oxu_urb_dequeue()
|
H A D | fotg210-hcd.c | 3812 /* reschedule QH iff another request is queued */ end_unlink_intr() 3824 fotg210_err(fotg210, "can't reschedule qh %p, err %d\n", end_unlink_intr()
|
H A D | fusbh200-hcd.c | 3749 /* reschedule QH iff another request is queued */ end_unlink_intr() 3760 fusbh200_err(fusbh200, "can't reschedule qh %p, err %d\n", end_unlink_intr()
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | iuu_phoenix.c | 585 /* reschedule needed */ read_buf_callback()
|
H A D | ti_usb_3410_5052.c | 1149 /* TODO: reschedule ti_send */ ti_send()
|
H A D | io_ti.c | 1955 /* TODO: reschedule edge_send */ edge_send()
|
/linux-4.1.27/net/ipv4/ |
H A D | tcp_minisocks.c | 253 * Do not reschedule in the last case. tcp_timewait_state_process()
|
/linux-4.1.27/kernel/rcu/ |
H A D | srcu.c | 616 * their grace period. If there are more to do, SRCU will reschedule
|
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_main.c | 2764 goto reschedule; netxen_fw_poll_work() 2780 reschedule: netxen_fw_poll_work()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_main.c | 3814 goto reschedule; qlcnic_fw_poll_work() 3823 reschedule: qlcnic_fw_poll_work()
|
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/ |
H A D | atl2.c | 764 * reschedule our watchdog timer */ atl2_down() 1492 /* flush_scheduled work may reschedule our watchdog task, so atl2_remove()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/ |
H A D | rx.c | 303 /* We don't reschedule replenish work here -- we will iwl_pcie_rxq_alloc_rbs()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | i915_drv.c | 1385 * for consistency return -EAGAIN, which will reschedule this suspend. intel_runtime_suspend()
|
/linux-4.1.27/drivers/firewire/ |
H A D | sbp2.c | 1194 /* Do the login in a workqueue so we can easily reschedule retries. */ sbp2_probe()
|
/linux-4.1.27/kernel/trace/ |
H A D | trace.h | 120 * NEED_RESCHED - reschedule is requested
|
/linux-4.1.27/net/sched/ |
H A D | sch_qfq.c | 1132 * Still active: reschedule for qfq_dequeue()
|
/linux-4.1.27/net/sctp/ |
H A D | sm_sideeffect.c | 362 /* Generate a heart beat event. If the sock is busy, reschedule. Make
|
/linux-4.1.27/sound/core/ |
H A D | timer.c | 632 * reschedule the timer
|
/linux-4.1.27/drivers/staging/panel/ |
H A D | panel.c | 775 /* sleeps that many milliseconds with a reschedule */ long_sleep()
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 5162 goto reschedule; be_worker() 5190 reschedule:
|
/linux-4.1.27/kernel/events/ |
H A D | core.c | 467 * reschedule events based on the cgroup constraint of task. 486 * we reschedule only in the presence of cgroup perf_cgroup_switch() 8455 * We can't reschedule here because interrupts are disabled, perf_event_exit_task_context()
|
/linux-4.1.27/drivers/mmc/core/ |
H A D | core.c | 2396 * Addendum, Appendix C: Card Detection Switch"). So reschedule a _mmc_detect_card_removed()
|
/linux-4.1.27/drivers/mtd/chips/ |
H A D | cfi_cmdset_0001.c | 1880 /* Be nice and reschedule with the chip in a usable state for other cfi_intelext_writev()
|
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
H A D | netdev.c | 1514 * reschedule our watchdog timer igbvf_down()
|
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_main.c | 2002 * reschedule our watchdog timer */ pch_gbe_down()
|
/linux-4.1.27/drivers/net/ethernet/packetengines/ |
H A D | hamachi.c | 311 scheduler to reschedule the buffer later.
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
H A D | efx.c | 2626 * to abort probing or reschedule the reset later. efx_schedule_reset()
|
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_main.c | 2353 * reschedule our watchdog timer */ atl1c_down()
|
/linux-4.1.27/net/mac80211/ |
H A D | util.c | 2077 * we're trying to reschedule. ieee80211_reconfig()
|
H A D | mlme.c | 99 * reschedule it when it should fire _earlier_ than it was
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | 1203 /* reschedule to check later */ e1000e_tx_hwtstamp_work() 4083 * reschedule our watchdog timer e1000e_down()
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | perfmon.c | 3656 * XXX: send reschedule if task runs on another CPU pfm_restart() 4020 * monitoring disabled in kernel at next reschedule pfm_stop()
|
/linux-4.1.27/drivers/net/ethernet/agere/ |
H A D | et131x.c | 3129 /* This is a periodic timer, so reschedule */ et131x_error_timer_handler()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 505 * Since the watchdog task can reschedule other tasks, we should cancel e1000_down_and_stop()
|
/linux-4.1.27/drivers/message/fusion/ |
H A D | mptsas.c | 308 devtprintk(ioc, printk(MYIOC_s_DEBUG_FMT "%s: reschedule task " mptsas_requeue_fw_event()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
H A D | cassini.c | 4110 * reschedule the link timer cas_link_timer()
|
/linux-4.1.27/drivers/scsi/ |
H A D | scsi_transport_fc.c | 2071 * EH_RESET_TIMER, which will continue to reschedule the timeout.
|
/linux-4.1.27/fs/reiserfs/ |
H A D | inode.c | 1118 * long time. reschedule if needed and also release the write reiserfs_get_block()
|
/linux-4.1.27/mm/ |
H A D | slab.c | 1255 * and reschedule the timer. cpuup_callback()
|
/linux-4.1.27/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | 1894 /* Just reschedule NAPI rx processing */ nv_do_rx_refill()
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 4520 * skip any processing and reschedule the timer qla4xxx_timer()
|
/linux-4.1.27/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 8054 /* reschedule for later */ fan_watchdog_fire()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 6694 * is more work to be done, reschedule the service task now i40e_service_task()
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
H A D | rtl8723a_bt-coexist.c | 1485 /* If RF OFF, it reschedule connecting operation after 50ms. */ bthci_StartBeaconAndConnect()
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
H A D | ipw2200.c | 5217 /* We don't reschedule replenish work here -- we will ipw_rx_queue_replenish()
|