/kernel/linux/linux-5.10/drivers/net/appletalk/ |
H A D | ltpc.c | 372 /* 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 D | tick-sched.c | 7 * 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-6.6/drivers/dma/ |
H A D | fsl-edma-common.c | 60 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/arm/mach-omap1/ |
H A D | sleep.S | 103 @ request ARM idle 187 @ request ARM idle 258 @ Request ARM idle
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | smp-cps.c | 294 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 D | smp-bmips.c | 181 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 D | smp.c | 440 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 D | smp.c | 132 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()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | smp-bmips.c | 191 static int bmips_boot_secondary(int cpu, struct task_struct *idle) in bmips_boot_secondary() argument 193 bmips_smp_boot_sp = __KSTK_TOS(idle); in bmips_boot_secondary() 194 bmips_smp_boot_gp = (unsigned long)task_thread_info(idle); in bmips_boot_secondary() 267 * Late setup - runs on secondary CPU before entering the idle loop
|
H A D | smp-cps.c | 287 static int cps_boot_secondary(int cpu, struct task_struct *idle) in cps_boot_secondary() argument 302 vpe_cfg->sp = __KSTK_TOS(idle); in cps_boot_secondary() 303 vpe_cfg->gp = (unsigned long)task_thread_info(idle); in cps_boot_secondary()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | ti_am335x_tsc.c | 510 unsigned int idle; in titsc_suspend() local 514 idle = titsc_readl(ts_dev, REG_IRQENABLE); in titsc_suspend() 516 (idle | IRQENB_HW_PEN)); in titsc_suspend()
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | rcar_thermal.c | 473 int idle = IDLE_INTERVAL; in rcar_thermal_probe() local 507 idle = 0; /* polling delay is not needed */ in rcar_thermal_probe() 558 idle); in rcar_thermal_probe()
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | rcar_thermal.c | 405 int idle = IDLE_INTERVAL; in rcar_thermal_probe() local 446 idle = 0; /* polling delay is not needed */ in rcar_thermal_probe() 496 idle); in rcar_thermal_probe()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | ti_am335x_tsc.c | 517 unsigned int idle; in titsc_suspend() local 521 idle = titsc_readl(ts_dev, REG_IRQENABLE); in titsc_suspend() 523 (idle | IRQENB_HW_PEN)); in titsc_suspend()
|
/third_party/lwip/src/core/ |
H A D | altcp_tcp.c | 466 altcp_tcp_keepalive_enable(struct altcp_pcb *conn, u32_t idle, u32_t intvl, u32_t cnt) in altcp_tcp_keepalive_enable() argument 472 pcb->keep_idle = idle ? idle : TCP_KEEPIDLE_DEFAULT; in altcp_tcp_keepalive_enable()
|
/kernel/linux/linux-5.10/net/ax25/ |
H A D | af_ax25.c | 443 ax25->idle = ax25_ctl.arg * 60 * HZ; in ax25_ctl_ioctl() 474 ax25->idle = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_IDLE]); in ax25_fillin_cb_from_dev() 508 ax25->idle = msecs_to_jiffies(AX25_DEF_IDLE); in ax25_fillin_cb() 627 ax25->idle = opt * 60 * HZ; in ax25_setsockopt() 750 val = ax25->idle / (60 * HZ); in ax25_getsockopt() 955 ax25->idle = oax25->idle; in ax25_make_new() 1837 ax25_info.idle = ax25->idle / (60 * HZ); in ax25_ioctl() 1943 * magic dev src_addr dest_addr,digi1,digi2,.. st vs vr va t1 t1 t2 t2 t3 t3 idle idl in ax25_info_show() [all...] |
/kernel/linux/linux-6.6/net/ax25/ |
H A D | af_ax25.c | 447 ax25->idle = ax25_ctl.arg * 60 * HZ; in ax25_ctl_ioctl() 478 ax25->idle = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_IDLE]); in ax25_fillin_cb_from_dev() 512 ax25->idle = msecs_to_jiffies(AX25_DEF_IDLE); in ax25_fillin_cb() 631 ax25->idle = opt * 60 * HZ; in ax25_setsockopt() 754 val = ax25->idle / (60 * HZ); in ax25_getsockopt() 960 ax25->idle = oax25->idle; in ax25_make_new() 1846 ax25_info.idle = ax25->idle / (60 * HZ); in ax25_ioctl() 1952 * magic dev src_addr dest_addr,digi1,digi2,.. st vs vr va t1 t1 t2 t2 t3 t3 idle idl in ax25_info_show() [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-bcm/ |
H A D | bcm63xx_smp.c | 107 struct task_struct *idle) in bcm63138_smp_boot_secondary() 106 bcm63138_smp_boot_secondary(unsigned int cpu, struct task_struct *idle) bcm63138_smp_boot_secondary() argument
|
/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | mcpm_platsmp.c | 29 static int mcpm_boot_secondary(unsigned int cpu, struct task_struct *idle) in mcpm_boot_secondary() argument
|
/kernel/linux/linux-5.10/arch/arm/mach-oxnas/ |
H A D | platsmp.c | 31 struct task_struct *idle) in ox820_boot_secondary() 30 ox820_boot_secondary(unsigned int cpu, struct task_struct *idle) ox820_boot_secondary() argument
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | smp.h | 25 int (*boot_secondary)(int cpu, struct task_struct *idle);
|
/kernel/linux/linux-5.10/arch/mips/vr41xx/common/ |
H A D | pmu.c | 18 #include <asm/idle.h>
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | lppaca.h | 91 u8 idle; /* Indicate OS is idle */ member
|
/kernel/linux/linux-5.10/arch/arm/mach-zynq/ |
H A D | platsmp.c | 84 static int zynq_boot_secondary(unsigned int cpu, struct task_struct *idle) in zynq_boot_secondary() argument
|
/kernel/linux/linux-5.10/arch/arm/mach-berlin/ |
H A D | platsmp.c | 44 static int berlin_boot_secondary(unsigned int cpu, struct task_struct *idle) in berlin_boot_secondary() argument
|