Home
last modified time | relevance | path

Searched refs:reschedule (Results 1 - 25 of 62) sorted by relevance

123

/kernel/linux/linux-6.6/drivers/regulator/
H A Dqcom-labibb-regulator.c206 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()
[all...]
H A Dirq_helpers.c95 goto reschedule; in regulator_notifier_isr_work()
118 goto reschedule; in regulator_notifier_isr_work()
147 reschedule: in regulator_notifier_isr_work()
/kernel/linux/linux-5.10/net/sctp/
H A Dstream_sched_prio.c169 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()
/kernel/linux/linux-6.6/net/sctp/
H A Dstream_sched_prio.c169 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()
/kernel/linux/linux-6.6/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_blk.c326 bool reschedule = false; in vdpasim_blk_work() local
354 reschedule = true; in vdpasim_blk_work()
362 if (reschedule) in vdpasim_blk_work()
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H A Dgve_main.c247 bool reschedule = false; in gve_napi_poll() local
256 reschedule |= gve_tx_poll(block, budget); in gve_napi_poll()
258 reschedule |= gve_xdp_poll(block, budget); in gve_napi_poll()
266 reschedule |= work_done == budget; in gve_napi_poll()
269 if (reschedule) in gve_napi_poll()
283 reschedule |= gve_tx_clean_pending(priv, block->tx); in gve_napi_poll()
285 reschedule |= gve_rx_work_pending(block->rx); in gve_napi_poll()
287 if (reschedule && napi_reschedule(napi)) in gve_napi_poll()
298 bool reschedule = false; in gve_napi_poll_dqo() local
302 reschedule | in gve_napi_poll_dqo()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c357 goto reschedule; in check_exit_ctkill()
364 goto reschedule; in check_exit_ctkill()
374 reschedule: in check_exit_ctkill()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c298 goto reschedule; in check_exit_ctkill()
305 goto reschedule; in check_exit_ctkill()
315 reschedule: in check_exit_ctkill()
/kernel/linux/linux-5.10/arch/m68k/coldfire/
H A Dentry.S151 jne reschedule
/kernel/linux/linux-6.6/arch/m68k/coldfire/
H A Dentry.S147 jne reschedule
/kernel/linux/linux-5.10/drivers/net/ethernet/google/gve/
H A Dgve_main.c176 bool reschedule = false; in gve_napi_poll() local
183 reschedule |= gve_tx_poll(block, budget); in gve_napi_poll()
185 reschedule |= gve_rx_poll(block, budget); in gve_napi_poll()
187 if (reschedule) in gve_napi_poll()
199 reschedule |= gve_tx_poll(block, -1); in gve_napi_poll()
201 reschedule |= gve_rx_poll(block, -1); in gve_napi_poll()
202 if (reschedule && napi_reschedule(napi)) in gve_napi_poll()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dtsc200x-core.c367 * progress. In that case just reschedule the work. If the work in tsc200x_esd_work()
370 goto reschedule; in tsc200x_esd_work()
403 reschedule: in tsc200x_esd_work()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dtsc200x-core.c368 * progress. In that case just reschedule the work. If the work in tsc200x_esd_work()
371 goto reschedule; in tsc200x_esd_work()
404 reschedule: in tsc200x_esd_work()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H A Docteon_droq.c501 int desc_refilled, reschedule = 1; in octeon_retry_droq_refill() local
515 reschedule = 0; in octeon_retry_droq_refill()
518 return reschedule; in octeon_retry_droq_refill()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H A Docteon_droq.c503 int desc_refilled, reschedule = 1; in octeon_retry_droq_refill() local
517 reschedule = 0; in octeon_retry_droq_refill()
520 return reschedule; in octeon_retry_droq_refill()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dbcm-phy-ptp.c507 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()
/kernel/linux/linux-5.10/arch/m68k/68000/
H A Dentry.S117 jne reschedule
/kernel/linux/linux-6.6/arch/m68k/68000/
H A Dentry.S113 jne reschedule
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
H A Daxnet_cs.c556 if (!netif_device_present(dev)) goto reschedule; in ei_watchdog()
574 goto reschedule; in ei_watchdog()
579 goto reschedule; in ei_watchdog()
598 reschedule: in ei_watchdog()
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
H A Daxnet_cs.c559 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()
/kernel/linux/linux-6.6/kernel/sched/
H A Dpsi.c302 bool reschedule; in get_recent_times() local
305 reschedule = tasks[NR_RUNNING] + in get_recent_times()
309 reschedule = *pchanged_states & (1 << PSI_NONIDLE); in get_recent_times()
311 if (reschedule) in get_recent_times()
666 * reschedule the poll worker: in psi_rtpoll_work()
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
H A Dsmc91c92_cs.c1725 goto reschedule; in media_check()
1766 goto reschedule; in media_check()
1773 goto reschedule; in media_check()
1791 goto reschedule; in media_check()
1826 reschedule: in media_check()
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/
H A Dsmc91c92_cs.c1728 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()
/kernel/linux/linux-5.10/arch/x86/include/asm/trace/
H A Dirq_vectors.h85 * reschedule - called when entering/exiting a reschedule vector handler
87 DEFINE_IRQ_VECTOR_EVENT(reschedule); variable
/kernel/linux/linux-6.6/arch/x86/include/asm/trace/
H A Dirq_vectors.h85 * reschedule - called when entering/exiting a reschedule vector handler
87 DEFINE_IRQ_VECTOR_EVENT(reschedule); variable

Completed in 31 milliseconds

123