/linux/drivers/regulator/ |
H A D | qcom-labibb-regulator.c | 206 goto reschedule; in qcom_labibb_ocp_recovery_worker() 216 goto reschedule; in qcom_labibb_ocp_recovery_worker() 224 goto reschedule; in qcom_labibb_ocp_recovery_worker() 232 reschedule: in qcom_labibb_ocp_recovery_worker() 465 goto reschedule; in qcom_labibb_sc_recovery_worker() 471 goto reschedule; in qcom_labibb_sc_recovery_worker() 477 goto reschedule; in qcom_labibb_sc_recovery_worker() 488 goto reschedule; in qcom_labibb_sc_recovery_worker() 499 goto reschedule; in qcom_labibb_sc_recovery_worker() 506 reschedule: in qcom_labibb_sc_recovery_worker()
|
H A D | irq_helpers.c | 95 goto reschedule; in regulator_notifier_isr_work() 118 goto reschedule; in regulator_notifier_isr_work() 147 reschedule: in regulator_notifier_isr_work()
|
/linux/net/sctp/ |
H A D | stream_sched_prio.c | 169 bool reschedule = false; in sctp_sched_prio_set() local 179 reschedule = sctp_sched_prio_unsched(soute); in sctp_sched_prio_set() 181 if (reschedule) in sctp_sched_prio_set()
|
/linux/drivers/vdpa/vdpa_sim/ |
H A D | vdpa_sim_blk.c | 326 bool reschedule = false; in vdpasim_blk_work() local 354 reschedule = true; in vdpasim_blk_work() 362 if (reschedule) in vdpasim_blk_work()
|
/linux/Documentation/locking/ |
H A D | preempt-locking.rst | 80 preempt_check_resched() if needed, reschedule 94 a reschedule if the preempt count is 0. A simple printk() might trigger a 95 reschedule. So use this implicit preemption-disabling property only if you
|
H A D | mutex-design.rst | 59 the MCS spinlock queue when they need to reschedule. This further helps 60 avoid situations where MCS spinners that need to reschedule would continue
|
/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_main.c | 317 bool reschedule = false; in gve_napi_poll() local 326 reschedule |= gve_tx_poll(block, budget); in gve_napi_poll() 328 reschedule |= gve_xdp_poll(block, budget); in gve_napi_poll() 344 reschedule |= work_done == budget; in gve_napi_poll() 347 if (reschedule) in gve_napi_poll() 361 reschedule |= gve_tx_clean_pending(priv, block->tx); in gve_napi_poll() 363 reschedule |= gve_rx_work_pending(block->rx); in gve_napi_poll() 365 if (reschedule && napi_schedule(napi)) in gve_napi_poll() 376 bool reschedule = false; in gve_napi_poll_dqo() local 380 reschedule |= gve_tx_poll_dqo(block, /*do_clean=*/true); in gve_napi_poll_dqo() [all …]
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | tt.c | 298 goto reschedule; in check_exit_ctkill() 305 goto reschedule; in check_exit_ctkill() 315 reschedule: in check_exit_ctkill()
|
/linux/arch/m68k/coldfire/ |
H A D | entry.S | 144 jne reschedule
|
/linux/drivers/net/phy/ |
H A D | bcm-phy-ptp.c | 507 bool reschedule = false; in bcm_ptp_do_aux_work() local 511 reschedule = true; in bcm_ptp_do_aux_work() 517 return reschedule ? 1 : -1; in bcm_ptp_do_aux_work()
|
H A D | nxp-c45-tja11xx.c | 703 bool reschedule = false; in nxp_c45_do_aux_work() local 713 reschedule = true; in nxp_c45_do_aux_work() 741 reschedule = true; in nxp_c45_do_aux_work() 744 return reschedule ? 1 : -1; in nxp_c45_do_aux_work()
|
/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_droq.c | 498 int desc_refilled, reschedule = 1; in octeon_retry_droq_refill() local 512 reschedule = 0; in octeon_retry_droq_refill() 515 return reschedule; in octeon_retry_droq_refill()
|
/linux/arch/m68k/68000/ |
H A D | entry.S | 110 jne reschedule
|
/linux/drivers/net/ethernet/8390/ |
H A D | axnet_cs.c | 559 if (!netif_device_present(dev)) goto reschedule; in ei_watchdog() 577 goto reschedule; in ei_watchdog() 582 goto reschedule; in ei_watchdog() 601 reschedule: in ei_watchdog()
|
H A D | pcnet_cs.c | 1027 if (!netif_device_present(dev)) goto reschedule; in ei_watchdog() 1045 goto reschedule; in ei_watchdog() 1056 goto reschedule; in ei_watchdog() 1100 reschedule: in ei_watchdog()
|
/linux/drivers/net/ethernet/smsc/ |
H A D | smc91c92_cs.c | 1728 goto reschedule; in media_check() 1769 goto reschedule; in media_check() 1776 goto reschedule; in media_check() 1794 goto reschedule; in media_check() 1829 reschedule: in media_check()
|
/linux/arch/x86/include/asm/trace/ |
H A D | irq_vectors.h | 87 DEFINE_IRQ_VECTOR_EVENT(reschedule);
|
/linux/drivers/usb/atm/ |
H A D | cxacru.c | 842 goto reschedule; in cxacru_poll_status() 866 goto reschedule; in cxacru_poll_status() 918 reschedule: in cxacru_poll_status()
|
/linux/net/batman-adv/ |
H A D | bat_v_ogm.c | 292 goto reschedule; in batadv_v_ogm_send_softif() 357 reschedule: in batadv_v_ogm_send_softif()
|
/linux/drivers/net/ethernet/3com/ |
H A D | 3c589_cs.c | 695 goto reschedule; in media_check() 768 reschedule: in media_check()
|
H A D | 3c574_cs.c | 868 goto reschedule; in media_check() 928 reschedule: in media_check()
|
/linux/Documentation/arch/x86/ |
H A D | entry_64.rst | 105 - Interrupt exit to kernel mode will not attempt to reschedule.
|
/linux/Documentation/driver-api/media/drivers/ |
H A D | pxa_camera.rst | 194 be called again, to reschedule Videobuffer3.
|
/linux/arch/m68k/kernel/ |
H A D | entry.S | 159 ENTRY(reschedule)
|
/linux/drivers/net/hyperv/ |
H A D | netvsc_drv.c | 2058 bool reschedule = false; in netvsc_link_change() local 2090 reschedule = !list_empty(&ndev_ctx->reconfig_events); in netvsc_link_change() 2129 reschedule = true; in netvsc_link_change() 2139 if (reschedule) in netvsc_link_change()
|