Home
last modified time | relevance | path

Searched refs:reschedule (Results 1 – 25 of 29) sorted by relevance

12

/linux/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()
/linux/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()
/linux/Documentation/locking/
H A Dpreempt-locking.rst80 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 Dmutex-design.rst59 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/arch/m68k/coldfire/
H A Dentry.S144 jne reschedule
/linux/kernel/sched/
H A Dpsi.c328 bool reschedule; in get_recent_times() local
331 reschedule = tasks[NR_RUNNING] + in get_recent_times()
335 reschedule = *pchanged_states & (1 << PSI_NONIDLE); in get_recent_times()
337 if (reschedule) in get_recent_times()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_droq.c498 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()
H A Dlio_main.c156 int reschedule = 0; in octeon_droq_bh() local
164 reschedule |= octeon_droq_process_packets(oct, oct->droq[q_no], in octeon_droq_bh()
182 if (reschedule) in octeon_droq_bh()
/linux/drivers/net/ethernet/8390/
H A Dpcnet_cs.c1027 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/Documentation/userspace-api/
H A Drseq.rst171 interrupted and the interrupt results in a reschedule request in the
182 setting rseq::slice_ctrl::granted to 1. If there is a reschedule of the
/linux/arch/x86/include/asm/trace/
H A Dirq_vectors.h86 DEFINE_IRQ_VECTOR_EVENT(reschedule);
/linux/drivers/usb/atm/
H A Dcxacru.c842 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 Dbat_v_ogm.c291 goto reschedule; in batadv_v_ogm_send_meshif()
353 reschedule: in batadv_v_ogm_send_meshif()
/linux/Documentation/arch/x86/
H A Dentry_64.rst105 - Interrupt exit to kernel mode will not attempt to reschedule.
/linux/Documentation/driver-api/media/drivers/
H A Dpxa_camera.rst194 be called again, to reschedule Videobuffer3.
/linux/arch/m68k/kernel/
H A Dentry.S159 ENTRY(reschedule)
/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c2011 bool reschedule = false; in netvsc_link_change() local
2043 reschedule = !list_empty(&ndev_ctx->reconfig_events); in netvsc_link_change()
2082 reschedule = true; in netvsc_link_change()
2092 if (reschedule) in netvsc_link_change()
/linux/arch/m68k/ifpsp060/
H A Diskeleton.S78 | deliver signals, reschedule etc..
/linux/drivers/accel/habanalabs/common/
H A Ddevice.c1109 goto reschedule; in hl_device_heartbeat()
1117 goto reschedule; in hl_device_heartbeat()
1130 reschedule: in hl_device_heartbeat()
/linux/Documentation/filesystems/nfs/
H A Drpc-cache.rst130 reschedule the request for processing.
/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945.c1849 goto reschedule; in il3945_reg_txpower_periodic()
1856 reschedule: in il3945_reg_txpower_periodic()
/linux/Documentation/admin-guide/hw-vuln/
H A Dcore-scheduling.rst130 When the highest priority task is selected to run, a reschedule-IPI is sent to
/linux/Documentation/timers/
H A Dhighres.rst225 reschedule. The call is necessary as the interrupt handler might have armed a
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c3359 bool reschedule = false; in mlxsw_sp_fdb_notify_work() local
3376 reschedule = true; in mlxsw_sp_fdb_notify_work()
3396 if (!reschedule) in mlxsw_sp_fdb_notify_work()
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c2708 goto reschedule; in netxen_fw_poll_work()
2724 reschedule: in netxen_fw_poll_work()

12