Home
last modified time | relevance | path

Searched refs:idle (Results 251 - 275 of 724) sorted by relevance

1...<<11121314151617181920>>...29

/kernel/linux/linux-6.6/drivers/soc/renesas/
H A Dr9a06g032-smp.c36 struct task_struct *idle) in r9a06g032_smp_boot_secondary()
35 r9a06g032_smp_boot_secondary(unsigned int cpu, struct task_struct *idle) r9a06g032_smp_boot_secondary() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Drunq.h13 bool (*idle)(struct nvkm_runq *); member
H A Dgk208.c42 .idle = gk104_runq_idle,
/third_party/node/benchmark/worker/
H A Dbench-eventlooputil.js6 if (process.argv[2] === 'idle cats') {
32 const worker = new Worker(__filename, { argv: ['idle cats'] });
44 const worker = new Worker(__filename, { argv: ['idle cats'] });
58 if (t.idle + t.active > 0)
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-dpi-defs.h184 uint64_t idle:1; member
190 uint64_t idle:1;
201 uint64_t idle:1; member
209 uint64_t idle:1;
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-dpi-defs.h184 uint64_t idle:1; member
190 uint64_t idle:1;
201 uint64_t idle:1; member
209 uint64_t idle:1;
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dti_am335x_adc.c192 /* wait for idle state. in tiadc_irq_h()
681 unsigned int idle; in tiadc_suspend() local
683 idle = tiadc_readl(adc_dev, REG_CTRL); in tiadc_suspend()
684 idle &= ~(CNTRLREG_TSCSSENB); in tiadc_suspend()
685 tiadc_writel(adc_dev, REG_CTRL, (idle | in tiadc_suspend()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dmac53c94.c37 idle, enumerator
97 if (state->phase == idle) in mac53c94_queue_lck()
153 if (state->phase != idle || state->current_req != NULL) in mac53c94_start()
355 state->phase = idle; in cmd_done()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd.c705 void amdgpu_amdkfd_set_compute_idle(struct amdgpu_device *adev, bool idle) in amdgpu_amdkfd_set_compute_idle() argument
711 pr_debug("GFXOFF is %s\n", idle ? "enabled" : "disabled"); in amdgpu_amdkfd_set_compute_idle()
712 amdgpu_gfx_off_ctrl(adev, idle); in amdgpu_amdkfd_set_compute_idle()
716 !idle); in amdgpu_amdkfd_set_compute_idle()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dti_am335x_adc.c172 * Wait for the idle state. in tiadc_irq_h()
710 unsigned int idle; in tiadc_suspend() local
712 idle = tiadc_readl(adc_dev, REG_CTRL); in tiadc_suspend()
713 idle &= ~(CNTRLREG_SSENB); in tiadc_suspend()
714 tiadc_writel(adc_dev, REG_CTRL, idle | CNTRLREG_POWERDOWN); in tiadc_suspend()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dmac53c94.c37 idle, enumerator
95 if (state->phase == idle) in mac53c94_queue_lck()
150 if (state->phase != idle || state->current_req != NULL) in mac53c94_start()
351 state->phase = idle; in cmd_done()
/third_party/node/deps/uv/src/unix/
H A Dlinux-core.c531 uint64_t idle; in read_times() local
566 /* Line contains user, nice, system, idle, iowait, irq, softirq, steal, in read_times()
578 &idle, in read_times()
586 ts.idle = idle * multiplier; in read_times()
/kernel/linux/linux-5.10/kernel/sched/
H A Dcore.c486 * If this returns true, then the idle task promises to call
654 * In the semi idle case, use the nearest busy CPU for migrating timers
655 * from an idle CPU. This is good for power-savings.
657 * We don't do similar optimization for completely idle system, as
658 * selecting an idle CPU will add more delays to the timers than intended
696 * idle CPU then this timer might expire before the next timer event
698 * idle system the next event might even be infinite time into the
700 * leaves the inner idle loop so the newly added timer is taken into
701 * account when the CPU goes back to idle and evaluates the timer
711 if (set_nr_and_not_polling(rq->idle)) in wake_up_idle_cpu()
6769 init_idle(struct task_struct *idle, int cpu) init_idle() argument
[all...]
/kernel/linux/linux-5.10/drivers/dma/
H A Dmmp_pdma.c111 bool idle; /* channel statue machine */ member
302 if (!chan->idle) { in start_pending_queue()
336 chan->idle = false; in start_pending_queue()
410 chan->idle = true; in mmp_pdma_alloc_chan_resources()
438 chan->idle = true; in mmp_pdma_free_chan_resources()
758 chan->idle = true; in mmp_pdma_terminate_all()
913 * The hardware is idle and ready for more when the in dma_do_tasklet()
916 chan->idle = list_empty(&chan->chain_running); in dma_do_tasklet()
/kernel/linux/linux-6.6/arch/arm/mach-at91/
H A Dpm.c640 * PM_SUSPEND_ON: cpu idle, and nothing fancy done with main or cpu clocks.
710 * mode if it was enabled before going idle. Restoring low-power mode while
830 * Place RAM into self-refresh after a maximum idle clocks. The maximum in sama7g5_standby()
831 * idle clocks is configured by bootloader in in sama7g5_standby()
847 void (*idle)(void); member
852 { .idle = at91rm9200_standby, .memctrl = AT91_MEMCTRL_MC},
853 { .idle = at91sam9_sdram_standby, .memctrl = AT91_MEMCTRL_SDRAMC},
854 { .idle = at91_ddr_standby, .memctrl = AT91_MEMCTRL_DDRSDR},
855 { .idle = sama5d3_ddr_standby, .memctrl = AT91_MEMCTRL_DDRSDR},
856 { .idle
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Dmmp_pdma.c110 bool idle; /* channel statue machine */ member
301 if (!chan->idle) { in start_pending_queue()
335 chan->idle = false; in start_pending_queue()
409 chan->idle = true; in mmp_pdma_alloc_chan_resources()
437 chan->idle = true; in mmp_pdma_free_chan_resources()
757 chan->idle = true; in mmp_pdma_terminate_all()
912 * The hardware is idle and ready for more when the in dma_do_tasklet()
915 chan->idle = list_empty(&chan->chain_running); in dma_do_tasklet()
H A Dfsl-edma-common.c60 fsl_chan->idle = true; in fsl_edma_tx_chan_handler()
248 fsl_chan->idle = true; in fsl_edma_terminate_all()
268 fsl_chan->idle = true; in fsl_edma_pause()
283 fsl_chan->idle = false; in fsl_edma_resume()
779 fsl_chan->idle = false; in fsl_edma_xfer_desc()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsmp.c1139 static void cpu_idle_thread_init(unsigned int cpu, struct task_struct *idle) in cpu_idle_thread_init() argument
1142 paca_ptrs[cpu]->__current = idle; in cpu_idle_thread_init()
1143 paca_ptrs[cpu]->kstack = (unsigned long)task_stack_page(idle) + in cpu_idle_thread_init()
1146 idle->cpu = cpu; in cpu_idle_thread_init()
1147 secondary_current = current_set[cpu] = idle; in cpu_idle_thread_init()
/kernel/linux/linux-5.10/drivers/net/appletalk/
H A Dltpc.c372 /* called *only* from idle, non-reentrant */ in handlefc()
418 /* called *only* from idle, non-reentrant */ in handlewrite()
493 /* idle expects to be called with the IRQ line high -- either because of
497 static void idle(struct net_device *dev) in idle() function
524 printk("idle: looped too many times\n"); in idle()
534 if (debug & DEBUG_LOWER) printk("idle: fc\n"); in idle()
539 if(debug & DEBUG_LOWER) printk("idle: fd\n"); in idle()
544 if (debug & DEBUG_LOWER) printk("idle: f9\n"); in idle()
558 printk("timed out idle f9\n"); in idle()
566 printk("timed out idle f in idle()
[all...]
/kernel/linux/linux-5.10/kernel/time/
H A Dtick-sched.c7 * No idle tick implementation for low and high resolution timers
96 /* Slow path for long idle sleep times */ in tick_do_update_jiffies64()
203 * When we are idle and the tick is stopped, we have to touch in tick_sched_handle()
205 * time. This happens on complete idle SMP systems while in tick_sched_handle()
207 * idle" jiffy stamp so the idle accounting adjustment we do in tick_sched_handle()
573 * tick_nohz_update_jiffies - update jiffies when idle was interrupted
575 * Called from interrupt entry when the CPU was idle
596 * Updates the per-CPU time idle statistics counters
633 * get_cpu_idle_time_us - get the total idle tim
649 ktime_t now, idle; get_cpu_idle_time_us() local
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dsleep.S103 @ request ARM idle
187 @ request ARM idle
258 @ Request ARM idle
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dsmp-cps.c294 static int cps_boot_secondary(int cpu, struct task_struct *idle) in cps_boot_secondary() argument
309 vpe_cfg->sp = __KSTK_TOS(idle); in cps_boot_secondary()
310 vpe_cfg->gp = (unsigned long)task_thread_info(idle); in cps_boot_secondary()
H A Dsmp-bmips.c181 static int bmips_boot_secondary(int cpu, struct task_struct *idle) in bmips_boot_secondary() argument
183 bmips_smp_boot_sp = __KSTK_TOS(idle); in bmips_boot_secondary()
184 bmips_smp_boot_gp = (unsigned long)task_thread_info(idle); in bmips_boot_secondary()
257 * Late setup - runs on secondary CPU before entering the idle loop
/kernel/linux/linux-5.10/arch/mips/loongson64/
H A Dsmp.c440 static int loongson3_boot_secondary(int cpu, struct task_struct *idle) in loongson3_boot_secondary() argument
448 startargs[1] = (unsigned long)__KSTK_TOS(idle); in loongson3_boot_secondary()
449 startargs[2] = (unsigned long)task_thread_info(idle); in loongson3_boot_secondary()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dsmp.c132 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() argument
147 secondary_data.stack = task_stack_page(idle) + THREAD_START_SP; in __cpu_up()
161 ret = smp_ops.smp_boot_secondary(cpu, idle); in __cpu_up()
315 * Called from the idle thread for the CPU which has been shutdown.
320 * out of idle fixes this.
372 * Do not return to the idle loop - jump back to the secondary in arch_cpu_idle_dead()
401 * idle thread stack, but a set of temporary page tables.
467 * OK, it's off to the idle thread for us in secondary_start_kernel()

Completed in 30 milliseconds

1...<<11121314151617181920>>...29