Home
last modified time | relevance | path

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

12

/linux/arch/sparc/kernel/
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()
395 .resched = sun4d_ipi_resched,
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()
457 .resched = leon_ipi_resched,
A Dsun4m_smp.c265 .resched = sun4m_ipi_resched,
A Dsmp_32.c130 sparc32_ipi_ops->resched(cpu); in smp_send_reschedule()
/linux/arch/mips/sgi-ip27/
A Dip27-irq.c255 int resched, call; in install_ipi() local
257 resched = CPU_RESCHED_A_IRQ + slice; in install_ipi()
258 set_bit(resched, mask); in install_ipi()
259 LOCAL_HUB_CLR_INTR(resched); in install_ipi()
/linux/drivers/net/
A Difb.c73 goto resched; in ifb_ri_tasklet()
98 goto resched; in ifb_ri_tasklet()
120 goto resched; in ifb_ri_tasklet()
124 resched: in ifb_ri_tasklet()
/linux/tools/testing/selftests/powerpc/tm/
A DMakefile5 TEST_GEN_PROGS := tm-resched-dscr tm-syscall tm-signal-msr-resv tm-signal-stack \
23 $(OUTPUT)/tm-resched-dscr: ../pmu/lib.c
A D.gitignore2 tm-resched-dscr
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
A Dgk20a.c133 goto resched; in gk20a_pmu_dvfs_work()
152 resched: in gk20a_pmu_dvfs_work()
/linux/drivers/mailbox/
A Dmailbox.c121 bool txdone, resched = false; in txdone_hrtimer() local
128 resched = true; in txdone_hrtimer()
135 if (resched) { in txdone_hrtimer()
/linux/drivers/usb/host/
A Dehci-timer.c77 bool resched) in ehci_enable_event() argument
81 if (resched) in ehci_enable_event()
/linux/arch/sparc/include/asm/
A Dsmp_32.h63 void (*resched)(int cpu); member
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
A Dmac80211_if.h81 bool resched; /* dpc needs to be and is rescheduled */ member
A Dmac80211_if.c993 if (wl->resched) { in brcms_dpc()
1001 wl->resched = brcms_c_dpc(wl->wlc, true); in brcms_dpc()
1009 if (wl->resched) in brcms_dpc()
1370 wl->resched = false; in brcms_reset()
/linux/drivers/net/wireless/mediatek/mt76/
A Dsdio.c466 bool resched = false; in mt76s_status_worker() local
479 resched = true; in mt76s_status_worker()
486 if (resched) in mt76s_status_worker()
/linux/drivers/net/usb/
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/arch/m68k/kernel/
A Dentry.S228 bnes 1b | if so, skip resched, signals
241 bnes 1f | if so, skip resched, signals
/linux/drivers/platform/chrome/
A Dcros_ec_debugfs.c78 goto resched; in cros_ec_console_log_work()
115 resched: in cros_ec_console_log_work()
/linux/include/drm/ttm/
A Dttm_bo_api.h334 void ttm_bo_unlock_delayed_workqueue(struct ttm_device *bdev, int resched);
/linux/Documentation/trace/
A Dftrace.rst906 # | / _----=> need-resched
959 need-resched:
1378 # | / _----=> need-resched
1429 # | / _----=> need-resched
1577 # | / _----=> need-resched
1615 # | / _----=> need-resched
1729 # | / _----=> need-resched
1782 # | / _----=> need-resched
1895 # | / _----=> need-resched
1964 # | / _----=> need-resched
[all …]
/linux/Documentation/scheduler/
A Dsched-arch.rst47 *** resched interrupt arrives here ***
/linux/net/ipv4/
A Dtcp_timer.c715 goto resched; in tcp_keepalive_timer()
748 resched: in tcp_keepalive_timer()
/linux/net/tipc/
A Dcrypto.c2359 bool resched = false; in tipc_crypto_work_rx() local
2376 resched = true; in tipc_crypto_work_rx()
2391 resched = true; in tipc_crypto_work_rx()
2401 if (resched && queue_delayed_work(tx->wq, &rx->work, delay)) in tipc_crypto_work_rx()
2452 goto resched; in tipc_crypto_work_tx()
2479 resched: in tipc_crypto_work_tx()
/linux/net/netfilter/ipvs/
A Dip_vs_core.c2001 bool old_ct = false, resched = false; in ip_vs_in_hook() local
2005 resched = true; in ip_vs_in_hook()
2011 resched = true; in ip_vs_in_hook()
2017 resched = !old_ct; in ip_vs_in_hook()
2021 if (resched) { in ip_vs_in_hook()
/linux/drivers/gpu/drm/radeon/
A Dradeon_device.c1781 int resched; in radeon_gpu_reset() local
1794 resched = ttm_bo_lock_delayed_workqueue(&rdev->mman.bdev); in radeon_gpu_reset()
1853 ttm_bo_unlock_delayed_workqueue(&rdev->mman.bdev, resched); in radeon_gpu_reset()

Completed in 55 milliseconds

12