/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | kernel.h | 104 int smp4m_boot_one_cpu(int i, struct task_struct *idle); 125 int smp4d_boot_one_cpu(int i, struct task_struct *idle);
|
H A D | sun4m_smp.c | 57 /* Fix idle thread fields. */ in sun4m_cpu_pre_online() 79 int smp4m_boot_one_cpu(int i, struct task_struct *idle) in smp4m_boot_one_cpu() argument 86 current_set[i] = task_thread_info(idle); in smp4m_boot_one_cpu()
|
/kernel/linux/linux-5.10/net/ax25/ |
H A D | ax25_timer.c | 73 if (ax25->idle > 0) in ax25_start_idletimer() 74 mod_timer(&ax25->idletimer, jiffies + ax25->idle); in ax25_start_idletimer()
|
/kernel/linux/linux-6.6/net/ax25/ |
H A D | ax25_timer.c | 73 if (ax25->idle > 0) in ax25_start_idletimer() 74 mod_timer(&ax25->idletimer, jiffies + ax25->idle); in ax25_start_idletimer()
|
/third_party/lwip/src/include/lwip/priv/ |
H A D | altcp_priv.h | 90 typedef void (*altcp_keepalive_enable_fn)(struct altcp_pcb *conn, u32_t idle, u32_t intvl, u32_t count); 147 void altcp_default_keepalive_enable(struct altcp_pcb *conn, u32_t idle, u32_t intvl, u32_t count);
|
/kernel/linux/linux-5.10/arch/arm/mach-mmp/ |
H A D | platsmp.c | 12 static int mmp3_boot_secondary(unsigned int cpu, struct task_struct *idle) in mmp3_boot_secondary() argument
|
/kernel/linux/linux-6.6/arch/arm/mach-mmp/ |
H A D | platsmp.c | 12 static int mmp3_boot_secondary(unsigned int cpu, struct task_struct *idle) in mmp3_boot_secondary() argument
|
/kernel/linux/linux-5.10/include/linux/phy/tegra/ |
H A D | xusb.h | 18 unsigned int port, bool idle);
|
/third_party/libwebsockets/lib/event-libs/glib/ |
H A D | private-lib-event-libs-glib.h | 37 lws_glib_tag_t idle; member
|
/kernel/linux/linux-5.10/arch/loongarch/loongson64/ |
H A D | smp.c | 281 static int loongson3_boot_secondary(int cpu, struct task_struct *idle) in loongson3_boot_secondary() argument 288 cpuboot_data.stack = (unsigned long)__KSTK_TOS(idle); in loongson3_boot_secondary() 289 cpuboot_data.thread_info = (unsigned long)task_thread_info(idle); in loongson3_boot_secondary() 365 " idle 0 \n" in arch_cpu_idle_dead()
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
H A D | smp.c | 209 static int octeon_boot_secondary(int cpu, struct task_struct *idle) in octeon_boot_secondary() argument 216 octeon_processor_sp = __KSTK_TOS(idle); in octeon_boot_secondary() 217 octeon_processor_gp = (unsigned long)(task_thread_info(idle)); in octeon_boot_secondary()
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/ |
H A D | smp.c | 209 static int octeon_boot_secondary(int cpu, struct task_struct *idle) in octeon_boot_secondary() argument 216 octeon_processor_sp = __KSTK_TOS(idle); in octeon_boot_secondary() 217 octeon_processor_gp = (unsigned long)(task_thread_info(idle)); in octeon_boot_secondary()
|
/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-omap-intc.c | 60 u32 idle; member 90 intc_context.idle = in omap_intc_save_context() 109 intc_writel(INTC_IDLE, intc_context.idle); in omap_intc_restore_context()
|
/kernel/linux/linux-5.10/drivers/misc/mei/ |
H A D | init.c | 326 * mei_write_is_idle - check if the write queues are idle 334 bool idle = (dev->dev_state == MEI_DEV_ENABLED && in mei_write_is_idle() local 339 dev_dbg(dev->dev, "write pg: is idle[%d] state=%s ctrl=%01d write=%01d wwait=%01d\n", in mei_write_is_idle() 340 idle, in mei_write_is_idle() 346 return idle; in mei_write_is_idle()
|
/kernel/linux/linux-6.6/drivers/misc/mei/ |
H A D | init.c | 333 * mei_write_is_idle - check if the write queues are idle 341 bool idle = (dev->dev_state == MEI_DEV_ENABLED && in mei_write_is_idle() local 346 dev_dbg(dev->dev, "write pg: is idle[%d] state=%s ctrl=%01d write=%01d wwait=%01d\n", in mei_write_is_idle() 347 idle, in mei_write_is_idle() 353 return idle; in mei_write_is_idle()
|
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-omap-intc.c | 60 u32 idle; member 90 intc_context.idle = in omap_intc_save_context() 109 intc_writel(INTC_IDLE, intc_context.idle); in omap_intc_restore_context()
|
/third_party/backends/backend/pixma/ |
H A D | pixma.c | 103 /* valid states: idle, !idle && scanning, !idle && !scanning */ 104 SANE_Bool idle; member 106 SANE_Status last_read_status; /* valid if !idle && !scanning */ 1229 ss->idle = SANE_TRUE; in terminate_reader_task() 1777 ss->idle = SANE_TRUE; in sane_open() 1836 if (!ss->idle && a != SANE_ACTION_GET_VALUE) in sane_control_option() 1838 PDBG (pixma_dbg (3, "Warning: !idle && !SANE_ACTION_GET_VALUE\n")); in sane_control_option() 1881 if (!ss->idle) in sane_get_parameters() [all...] |
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | smp.c | 98 * Boot a secondary CPU, and assign it the specified idle task. 101 static int boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() argument 113 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() argument 122 secondary_data.task = idle; in __cpu_up() 123 secondary_data.stack = task_stack_page(idle) + THREAD_SIZE; in __cpu_up() 128 ret = boot_secondary(cpu, idle); in __cpu_up() 197 * idle thread stack, but a set of temporary page tables. 269 * OK, it's off to the idle thread for us in secondary_start_kernel() 367 * Called from the idle thread for the CPU which has been shutdown.
|
/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_manager_ng.cpp | 114 if (!hoverState_.idle) { in HandleAccessibilityHoverEventInner() 121 if (sourceType != hoverState_.source && !hoverState_.idle) { in HandleAccessibilityHoverEventInner() 185 hoverState_.idle = eventType == AccessibilityHoverEventType::EXIT; in HandleAccessibilityHoverEventInner() 223 hoverState_.idle = true; in ResetHoverState()
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | Makefile | 102 omap-4-5-idle-common = cpuidle44xx.o 103 obj-$(CONFIG_ARCH_OMAP4) += $(omap-4-5-idle-common) 104 obj-$(CONFIG_SOC_OMAP5) += $(omap-4-5-idle-common) 105 obj-$(CONFIG_SOC_DRA7XX) += $(omap-4-5-idle-common)
|
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | sigp.c | 73 bool idle; in __sigp_conditional_emergency() local 75 idle = is_vcpu_idle(vcpu); in __sigp_conditional_emergency() 83 || (idle && psw->addr != 0) in __sigp_conditional_emergency() 84 || (!idle && (asn == p_asn || asn == s_asn))) { in __sigp_conditional_emergency()
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | smp.c | 232 int __cpu_up(unsigned int cpu, struct task_struct *idle) in __cpu_up() argument 239 start_info.stack = (unsigned long)task_pt_regs(idle); in __cpu_up() 242 pr_debug("%s: Calling wakeup_secondary(cpu:%d, idle:%p, sp: %08lx)\n", in __cpu_up() 243 __func__, cpu, idle, start_info.stack); in __cpu_up() 246 ret = boot_secondary(cpu, idle); in __cpu_up() 323 * Called from the idle thread for the CPU which has been shutdown. 328 * out of idle fixes this.
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | fsl-edma.c | 60 fsl_chan->idle = true; in fsl_edma_tx_handler() 89 fsl_edma->chans[ch].idle = true; in fsl_edma_err_handler() 358 fsl_chan->idle = true; in fsl_edma_probe() 444 /* Make sure chan is idle or will force disable. */ in fsl_edma_suspend_late() 445 if (unlikely(!fsl_chan->idle)) { in fsl_edma_suspend_late() 446 dev_warn(dev, "WARN: There is non-idle channel."); in fsl_edma_suspend_late() 481 * the DMA data transmission and let the channel idle.
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_mpc.c | 144 unsigned int idle; in mpc1_is_mpcc_idle() local 148 REG_GET(MPCC_STATUS[mpcc_id], MPCC_IDLE, &idle); in mpc1_is_mpcc_idle() 149 if (top_sel == 0xf && opp_id == 0xf && idle) in mpc1_is_mpcc_idle() 466 REG_GET_2(MPCC_STATUS[mpcc_inst], MPCC_IDLE, &s->idle, in mpc1_read_mpcc_state()
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | smp.c | 28 #include <asm/idle.h> 311 void loongson_boot_secondary(int cpu, struct task_struct *idle) in loongson_boot_secondary() argument 318 cpuboot_data.stack = (unsigned long)__KSTK_TOS(idle); in loongson_boot_secondary() 319 cpuboot_data.thread_info = (unsigned long)task_thread_info(idle); in loongson_boot_secondary() 401 __asm__ __volatile__("idle 0\n\t"); in arch_cpu_idle_dead()
|