/linux-6.12.1/arch/sparc/kernel/ |
D | sun4d_smp.c | 187 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,
|
D | leon_smp.c | 264 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,
|
D | sun4m_smp.c | 267 .resched = sun4m_ipi_resched,
|
D | smp_32.c | 130 sparc32_ipi_ops->resched(cpu); in arch_smp_send_reschedule()
|
/linux-6.12.1/arch/mips/sgi-ip27/ |
D | ip27-irq.c | 257 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-6.12.1/drivers/infiniband/sw/rxe/ |
D | rxe_task.c | 107 int resched = 0; in do_task() local 136 resched = 1; in do_task() 178 if (resched) in do_task()
|
/linux-6.12.1/tools/testing/selftests/powerpc/tm/ |
D | Makefile | 5 TEST_GEN_PROGS := tm-resched-dscr tm-syscall tm-signal-msr-resv tm-signal-stack \ 24 $(OUTPUT)/tm-resched-dscr: ../pmu/lib.c
|
D | .gitignore | 2 tm-resched-dscr
|
/linux-6.12.1/drivers/net/ |
D | ifb.c | 99 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-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
D | gk20a.c | 133 goto resched; in gk20a_pmu_dvfs_work() 152 resched: in gk20a_pmu_dvfs_work()
|
/linux-6.12.1/Documentation/translations/zh_CN/scheduler/ |
D | sched-arch.rst | 51 *** resched interrupt arrives here ***
|
/linux-6.12.1/drivers/net/ethernet/marvell/prestera/ |
D | prestera_counter.c | 370 goto resched; in prestera_counter_stats_work() 384 goto resched; in prestera_counter_stats_work() 407 resched: in prestera_counter_stats_work()
|
/linux-6.12.1/drivers/mailbox/ |
D | mailbox.c | 122 bool txdone, resched = false; in txdone_hrtimer() local 134 resched = true; in txdone_hrtimer() 138 if (resched) { in txdone_hrtimer()
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | smp_32.h | 60 void (*resched)(int cpu); member
|
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | mac80211_if.h | 81 bool resched; /* dpc needs to be and is rescheduled */ member
|
D | mac80211_if.c | 997 if (wl->resched) { in brcms_dpc() 1005 wl->resched = brcms_c_dpc(wl->wlc, true); in brcms_dpc() 1013 if (wl->resched) in brcms_dpc() 1373 wl->resched = false; in brcms_reset()
|
/linux-6.12.1/drivers/usb/host/ |
D | ehci-timer.c | 77 bool resched) in ehci_enable_event() argument 81 if (resched) in ehci_enable_event()
|
/linux-6.12.1/drivers/infiniband/hw/bnxt_re/ |
D | hw_counters.h | 142 u64 resched; member
|
/linux-6.12.1/drivers/net/usb/ |
D | rtl8150.c | 405 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-6.12.1/drivers/net/wireless/mediatek/mt76/ |
D | sdio.c | 466 bool resched = false; in mt76s_status_worker() local 479 resched = true; in mt76s_status_worker() 487 if (resched) in mt76s_status_worker()
|
/linux-6.12.1/arch/m68k/kernel/ |
D | entry.S | 231 bnes 1b | if so, skip resched, signals 244 bnes 1f | if so, skip resched, signals
|
/linux-6.12.1/drivers/platform/chrome/ |
D | cros_ec_debugfs.c | 87 goto resched; in cros_ec_console_log_work() 124 resched: in cros_ec_console_log_work()
|
/linux-6.12.1/Documentation/scheduler/ |
D | sched-arch.rst | 47 *** resched interrupt arrives here ***
|
/linux-6.12.1/Documentation/trace/ |
D | ftrace.rst | 932 # / _----=> need-resched 985 # | / _----=> need-resched 1038 need-resched: 1291 Shows the interrupt, preempt count, need resched data. 1488 # | / _----=> need-resched 1539 # | / _----=> need-resched 1616 # / _----=> need-resched 1687 # | / _----=> need-resched 1725 # | / _----=> need-resched 1839 # | / _----=> need-resched [all …]
|
/linux-6.12.1/net/tipc/ |
D | crypto.c | 2352 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()
|