Home
last modified time | relevance | path

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

12

/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/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/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/kernel/trace/rv/monitors/nrp/
H A DKconfig10 Monitor to ensure preemption requires need resched.
/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-arch.rst51 *** resched interrupt arrives here ***
/linux/kernel/trace/rv/monitors/opid/
H A DKconfig12 Monitor to ensure operations like wakeup and need resched occur with
/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/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.h81 bool resched; /* dpc needs to be and is rescheduled */ member
H A Dmac80211_if.c999 if (wl->resched) { in brcms_dpc()
1007 wl->resched = brcms_c_dpc(wl->wlc, true); in brcms_dpc()
1015 if (wl->resched) in brcms_dpc()
1375 wl->resched = false; in brcms_reset()
/linux/drivers/net/usb/
H A Drtl8150.c415 goto resched; in read_bulk_callback()
433 goto resched; in read_bulk_callback()
444 goto resched; in read_bulk_callback()
450 resched: in read_bulk_callback()
/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/trace/
H A Deprobetrace.rst114 # / _----=> need-resched
194 # / _----=> need-resched
245 # / _----=> need-resched
H A Dftrace.rst946 # / _----=> need-resched
999 # | / _----=> need-resched
1049 need-resched:
1319 Shows the interrupt, preempt count, need resched data.
1516 # | / _----=> need-resched
1567 # | / _----=> need-resched
1644 # / _----=> need-resched
1715 # | / _----=> need-resched
1753 # | / _----=> need-resched
1867 # | / _----=> need-resched
[all …]
/linux/drivers/platform/chrome/
H A Dcros_ec_debugfs.c87 goto resched; in cros_ec_console_log_work()
124 resched: in cros_ec_console_log_work()
/linux/Documentation/scheduler/
H A Dsched-arch.rst47 *** resched interrupt arrives here ***
/linux/net/tipc/
H A Dcrypto.c2361 bool resched = false; in tipc_crypto_work_rx() local
2378 resched = true; in tipc_crypto_work_rx()
2393 resched = true; in tipc_crypto_work_rx()
2403 if (resched && queue_delayed_work(tx->wq, &rx->work, delay)) in tipc_crypto_work_rx()
2454 goto resched; in tipc_crypto_work_tx()
2481 resched: in tipc_crypto_work_tx()
/linux/drivers/infiniband/hw/bnxt_re/
H A Ddebugfs.c344 seq_printf(m, "DB Pacing Reschedule\t: %llu\n", rdev->stats.pacing.resched); in info_show()
/linux/mm/
H A Dzswap.c1386 goto resched; in shrink_worker()
1405 resched: in shrink_worker()
/linux/kernel/sched/
H A Dcore.c7442 int resched = should_resched(PREEMPT_LOCK_OFFSET); in __cond_resched_lock() local
7447 if (spin_needbreak(lock) || resched) { in __cond_resched_lock()
7460 int resched = should_resched(PREEMPT_LOCK_OFFSET); in __cond_resched_rwlock_read() local
7465 if (rwlock_needbreak(lock) || resched) { in __cond_resched_rwlock_read()
7478 int resched = should_resched(PREEMPT_LOCK_OFFSET); in __cond_resched_rwlock_write() local
7483 if (rwlock_needbreak(lock) || resched) { in __cond_resched_rwlock_write()
9111 bool resched = false; in sched_move_task() local
9122 resched = true; in sched_move_task()
9125 if (resched) in sched_move_task()
H A Drt.c2232 bool resched = false; in pull_rt_task() local
2312 resched = true; in pull_rt_task()
2334 if (resched) in pull_rt_task()

12