Home
last modified time | relevance | path

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

123

/linux/arch/sparc/kernel/
H A 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()
397 .resched = sun4d_ipi_resched,
H A 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()
459 .resched = leon_ipi_resched,
H A Dsun4m_smp.c267 .resched = sun4m_ipi_resched,
H A Dsmp_32.c130 sparc32_ipi_ops->resched(cpu); in arch_smp_send_reschedule()
/linux/arch/mips/sgi-ip27/
H A Dip27-irq.c257 int resched, call; in install_ipi() local
259 resched = CPU_RESCHED_A_IRQ + slice; in install_ipi()
260 set_bit(resched, mask); in install_ipi()
261 LOCAL_HUB_CLR_INTR(resched); in install_ipi()
/linux/tools/testing/selftests/powerpc/tm/
H A DMakefile5 TEST_GEN_PROGS := tm-resched-dscr tm-syscall tm-signal-msr-resv tm-signal-stack \
24 $(OUTPUT)/tm-resched-dscr: ../pmu/lib.c
H A D.gitignore2 tm-resched-dscr
/linux/drivers/infiniband/sw/rxe/
H A Drxe_task.c107 int resched = 0; in do_task() local
136 resched = 1; in do_task()
178 if (resched) in do_task()
/linux/drivers/net/
H A Difb.c99 goto resched; in ifb_ri_tasklet()
121 goto resched; in ifb_ri_tasklet()
143 goto resched; in ifb_ri_tasklet()
147 resched: in ifb_ri_tasklet()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgk20a.c133 goto resched; in gk20a_pmu_dvfs_work()
152 resched: in gk20a_pmu_dvfs_work()
/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-arch.rst51 *** resched interrupt arrives here ***
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_counter.c370 goto resched; in prestera_counter_stats_work()
384 goto resched; in prestera_counter_stats_work()
407 resched: in prestera_counter_stats_work()
/linux/arch/sparc/include/asm/
H A Dsmp_32.h60 void (*resched)(int cpu); member
/linux/drivers/mailbox/
H A Dmailbox.c122 bool txdone, resched = false; in txdone_hrtimer() local
134 resched = true; in txdone_hrtimer()
138 if (resched) { in txdone_hrtimer()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.h81 bool resched; /* dpc needs to be and is rescheduled */ member
/linux/drivers/usb/host/
H A Dehci-timer.c77 bool resched) in ehci_enable_event() argument
81 if (resched) in ehci_enable_event()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dhw_counters.h142 u64 resched; member
/linux/drivers/net/usb/
H A 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/drivers/net/wireless/mediatek/mt76/
H A Dsdio.c466 bool resched = false; in mt76s_status_worker() local
479 resched = true; in mt76s_status_worker()
487 if (resched) in mt76s_status_worker()
/linux/arch/m68k/kernel/
H A Dentry.S231 bnes 1b | if so, skip resched, signals
244 bnes 1f | if so, skip resched, signals
/linux/Documentation/scheduler/
H A Dsched-arch.rst47 *** resched interrupt arrives here ***
/linux/drivers/platform/chrome/
H A Dcros_ec_debugfs.c83 goto resched; in cros_ec_console_log_work()
120 resched: in cros_ec_console_log_work()
/linux/Documentation/trace/
H A Dftrace.rst985 # | / _----=> need-resched
1038 need-resched:
1476 # | / _----=> need-resched
1527 # | / _----=> need-resched
1675 # | / _----=> need-resched
1713 # | / _----=> need-resched
1827 # | / _----=> need-resched
1880 # | / _----=> need-resched
1993 # | / _----=> need-resched
2062 # | / _----=> need-resched
[all …]
/linux/net/tipc/
H A Dcrypto.c2352 bool resched = false; in tipc_crypto_work_rx() local
2369 resched = true; in tipc_crypto_work_rx()
2384 resched = true; in tipc_crypto_work_rx()
2394 if (resched && queue_delayed_work(tx->wq, &rx->work, delay)) in tipc_crypto_work_rx()
2445 goto resched; in tipc_crypto_work_tx()
2472 resched: in tipc_crypto_work_tx()
/linux/net/ipv4/
H A Dtcp_timer.c789 goto resched; in tcp_keepalive_timer()
823 resched: in tcp_keepalive_timer()

123