| /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/arch/m68k/coldfire/ |
| H A D | entry.S | 144 jne reschedule
|
| /linux/kernel/sched/ |
| H A D | psi.c | 328 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 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()
|
| H A D | lio_main.c | 156 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 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/Documentation/userspace-api/ |
| H A D | rseq.rst | 171 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 D | irq_vectors.h | 86 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 | 291 goto reschedule; in batadv_v_ogm_send_meshif() 353 reschedule: in batadv_v_ogm_send_meshif()
|
| /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 | 2011 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 D | iskeleton.S | 78 | deliver signals, reschedule etc..
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | device.c | 1109 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 D | rpc-cache.rst | 130 reschedule the request for processing.
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 3945.c | 1849 goto reschedule; in il3945_reg_txpower_periodic() 1856 reschedule: in il3945_reg_txpower_periodic()
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | core-scheduling.rst | 130 When the highest priority task is selected to run, a reschedule-IPI is sent to
|
| /linux/Documentation/timers/ |
| H A D | highres.rst | 225 reschedule. The call is necessary as the interrupt handler might have armed a
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_switchdev.c | 3359 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 D | netxen_nic_main.c | 2708 goto reschedule; in netxen_fw_poll_work() 2724 reschedule: in netxen_fw_poll_work()
|