Home
last modified time | relevance | path

Searched refs:resched (Results 1 – 25 of 44) sorted by relevance

12

/Linux-v5.10/arch/sparc/kernel/
Dsun4d_smp.c187 int resched; member
202 work->single = work->msk = work->resched = 0; in smp4d_ipi_init()
218 if (work->resched) { in sun4d_ipi_interrupt()
219 work->resched = 0; in sun4d_ipi_interrupt()
264 work->resched = 1; in sun4d_ipi_resched()
395 .resched = sun4d_ipi_resched,
Dleon_smp.c264 int resched; member
299 work->single = work->msk = work->resched = 0; in leon_ipi_init()
337 work->resched = 1; in leon_ipi_resched()
355 if (work->resched) { in leonsmp_ipi_interrupt()
356 work->resched = 0; in leonsmp_ipi_interrupt()
457 .resched = leon_ipi_resched,
Dsun4m_smp.c265 .resched = sun4m_ipi_resched,
Dsmp_32.c130 sparc32_ipi_ops->resched(cpu); in smp_send_reschedule()
/Linux-v5.10/arch/mips/sgi-ip27/
Dip27-irq.c258 int resched, call; in install_ipi() local
260 resched = CPU_RESCHED_A_IRQ + slice; in install_ipi()
261 set_bit(resched, mask); in install_ipi()
262 LOCAL_HUB_CLR_INTR(resched); in install_ipi()
/Linux-v5.10/tools/testing/selftests/powerpc/tm/
DMakefile5 TEST_GEN_PROGS := tm-resched-dscr tm-syscall tm-signal-msr-resv tm-signal-stack \
23 $(OUTPUT)/tm-resched-dscr: ../pmu/lib.c
D.gitignore2 tm-resched-dscr
/Linux-v5.10/drivers/net/
Difb.c72 goto resched; in ifb_ri_tasklet()
93 goto resched; in ifb_ri_tasklet()
115 goto resched; in ifb_ri_tasklet()
119 resched: in ifb_ri_tasklet()
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
Dgk20a.c133 goto resched; in gk20a_pmu_dvfs_work()
152 resched: in gk20a_pmu_dvfs_work()
/Linux-v5.10/drivers/mailbox/
Dmailbox.c121 bool txdone, resched = false; in txdone_hrtimer() local
128 resched = true; in txdone_hrtimer()
135 if (resched) { in txdone_hrtimer()
/Linux-v5.10/arch/sparc/include/asm/
Dsmp_32.h63 void (*resched)(int cpu); member
/Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dmac80211_if.h81 bool resched; /* dpc needs to be and is rescheduled */ member
Dmac80211_if.c994 if (wl->resched) { in brcms_dpc()
1002 wl->resched = brcms_c_dpc(wl->wlc, true); in brcms_dpc()
1010 if (wl->resched) in brcms_dpc()
1365 wl->resched = false; in brcms_reset()
/Linux-v5.10/drivers/usb/host/
Dehci-timer.c77 bool resched) in ehci_enable_event() argument
81 if (resched) in ehci_enable_event()
/Linux-v5.10/drivers/net/usb/
Drtl8150.c405 goto resched; in read_bulk_callback()
423 goto resched; in read_bulk_callback()
434 goto resched; in read_bulk_callback()
440 resched: in read_bulk_callback()
/Linux-v5.10/arch/m68k/kernel/
Dentry.S230 bnes 1b | if so, skip resched, signals
243 bnes 1f | if so, skip resched, signals
/Linux-v5.10/include/drm/ttm/
Dttm_bo_api.h341 void ttm_bo_unlock_delayed_workqueue(struct ttm_bo_device *bdev, int resched);
/Linux-v5.10/drivers/platform/chrome/
Dcros_ec_debugfs.c78 goto resched; in cros_ec_console_log_work()
115 resched: in cros_ec_console_log_work()
/Linux-v5.10/Documentation/scheduler/
Dsched-arch.rst47 *** resched interrupt arrives here ***
/Linux-v5.10/Documentation/trace/
Dftrace.rst853 # / _----=> need-resched
906 # | / _----=> need-resched
959 need-resched:
1188 Shows the interrupt, preempt count, need resched data.
1372 # | / _----=> need-resched
1423 # | / _----=> need-resched
1500 # / _----=> need-resched
1571 # | / _----=> need-resched
1609 # | / _----=> need-resched
1723 # | / _----=> need-resched
[all …]
/Linux-v5.10/net/ipv4/
Dtcp_timer.c703 goto resched; in tcp_keepalive_timer()
736 resched: in tcp_keepalive_timer()
/Linux-v5.10/net/tipc/
Dcrypto.c2341 bool resched = false; in tipc_crypto_work_rx() local
2358 resched = true; in tipc_crypto_work_rx()
2373 resched = true; in tipc_crypto_work_rx()
2383 if (resched && queue_delayed_work(tx->wq, &rx->work, delay)) in tipc_crypto_work_rx()
2434 goto resched; in tipc_crypto_work_tx()
2461 resched: in tipc_crypto_work_tx()
/Linux-v5.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-event_print.txt39 Field 2 is the "need resched" state.
/Linux-v5.10/drivers/gpu/drm/radeon/
Dradeon_device.c1788 int resched; in radeon_gpu_reset() local
1801 resched = ttm_bo_lock_delayed_workqueue(&rdev->mman.bdev); in radeon_gpu_reset()
1860 ttm_bo_unlock_delayed_workqueue(&rdev->mman.bdev, resched); in radeon_gpu_reset()
/Linux-v5.10/net/netfilter/ipvs/
Dip_vs_core.c2058 bool old_ct = false, resched = false; in ip_vs_in() local
2062 resched = true; in ip_vs_in()
2067 resched = true; in ip_vs_in()
2073 resched = !old_ct; in ip_vs_in()
2077 if (resched) { in ip_vs_in()

12