/kernel/linux/linux-5.10/arch/mips/loongson64/ |
H A D | reset.c | 12 #include <asm/idle.h>
|
/kernel/linux/linux-5.10/arch/mips/loongson32/common/ |
H A D | reset.c | 9 #include <asm/idle.h>
|
/kernel/linux/linux-5.10/arch/mips/loongson2ef/common/ |
H A D | reset.c | 12 #include <asm/idle.h>
|
/kernel/linux/linux-5.10/arch/arm/mach-alpine/ |
H A D | platsmp.c | 17 static int alpine_boot_secondary(unsigned int cpu, struct task_struct *idle) in alpine_boot_secondary() argument
|
/kernel/linux/linux-5.10/arch/arm/mach-shmobile/ |
H A D | smp-emev2.c | 24 static int emev2_boot_secondary(unsigned int cpu, struct task_struct *idle) in emev2_boot_secondary() argument
|
/kernel/linux/linux-5.10/arch/arm/mach-tango/ |
H A D | platsmp.c | 7 static int tango_boot_secondary(unsigned int cpu, struct task_struct *idle) in tango_boot_secondary() argument
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | platform.c | 34 _F(void, idle, (void), { __asm__ __volatile__ ("waiti 0" ::: "memory"); });
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | smp-up.c | 42 static int up_boot_secondary(int cpu, struct task_struct *idle) in up_boot_secondary() argument
|
/kernel/linux/linux-6.6/arch/mips/cobalt/ |
H A D | reset.c | 15 #include <asm/idle.h>
|
/kernel/linux/linux-6.6/arch/arm/mach-alpine/ |
H A D | platsmp.c | 17 static int alpine_boot_secondary(unsigned int cpu, struct task_struct *idle) in alpine_boot_secondary() argument
|
/kernel/linux/linux-6.6/arch/arm/mach-shmobile/ |
H A D | smp-emev2.c | 24 static int emev2_boot_secondary(unsigned int cpu, struct task_struct *idle) in emev2_boot_secondary() argument
|
/kernel/linux/linux-6.6/arch/mips/loongson2ef/common/ |
H A D | reset.c | 12 #include <asm/idle.h>
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | pm33xx.h | 49 int (*init)(int (*idle)(u32 wfi_flags));
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | pm33xx.h | 49 int (*init)(int (*idle)(u32 wfi_flags));
|
/third_party/libwebsockets/lib/event-libs/libev/ |
H A D | private-lib-event-libs-libev.h | 44 struct ev_idle idle; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hid.h | 805 * @idle: send idle request to device 830 int (*idle)(struct hid_device *hdev, int report, int idle, int reqtype); member 1140 * hid_hw_idle - send idle request to device 1144 * @idle: idle state 1147 static inline int hid_hw_idle(struct hid_device *hdev, int report, int idle, in hid_hw_idle() argument 1150 if (hdev->ll_driver->idle) in hid_hw_idle() 1151 return hdev->ll_driver->idle(hde in hid_hw_idle() [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | hid.h | 864 * @idle: send idle request to device 890 int (*idle)(struct hid_device *hdev, int report, int idle, int reqtype); member 1151 * hid_hw_idle - send idle request to device 1155 * @idle: idle state 1158 static inline int hid_hw_idle(struct hid_device *hdev, int report, int idle, in hid_hw_idle() argument 1161 if (hdev->ll_driver->idle) in hid_hw_idle() 1162 return hdev->ll_driver->idle(hde in hid_hw_idle() [all...] |
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | altera-msgdma.c | 179 bool idle; member 493 mdev->idle = true; in msgdma_reset() 522 mdev->idle = false; in msgdma_copy_one() 553 if (!mdev->idle) in msgdma_start_transfer() 663 mdev->idle = true; in msgdma_alloc_chan_resources() 736 /* Start next transfer if the DMA controller is idle */ in msgdma_irq_handler() 738 mdev->idle = true; in msgdma_irq_handler()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | smpboot.c | 690 * Wait for idle. in __inquire_remote_apic() 1008 int common_cpu_up(unsigned int cpu, struct task_struct *idle) in common_cpu_up() argument 1015 per_cpu(current_task, cpu) = idle; in common_cpu_up() 1016 cpu_init_stack_canary(cpu, idle); in common_cpu_up() 1025 per_cpu(cpu_current_top_of_stack, cpu) = task_top_of_stack(idle); in common_cpu_up() 1038 static int do_boot_cpu(int apicid, int cpu, struct task_struct *idle, in do_boot_cpu() argument 1047 idle->thread.sp = (unsigned long)task_pt_regs(idle); in do_boot_cpu() 1050 initial_stack = idle->thread.sp; in do_boot_cpu() 1638 /* We don't do anything here: idle tas in common_cpu_die() [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_bufmgr.c | 157 * until they're idle before closing and returning the VMA. 263 bo->idle = !busy.busy; in crocus_bo_busy() 307 /* If the last BO in the cache is busy, there are no idle BOs. Bail, in alloc_bo_from_cache() 365 bo->idle = true; in alloc_fresh_bo() 511 bo->idle = true; in crocus_bo_create_userptr() 656 if (bo->idle) { in bo_free() 660 * BO is idle. Just move it to the dead list for now. in bo_free() 692 if (!bo->idle && crocus_bo_busy(bo)) in cleanup_bo_cache() 747 bool busy = dbg && !bo->idle; in bo_wait_with_stall_warning() 1126 /* If we know it's idle, do in crocus_bo_wait() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | mesh.c | 104 idle, enumerator 400 ms->phase = idle; in mesh_init() 476 ms->phase = idle; in mesh_start_cmd() 562 if (ms->phase != idle || ms->current_req != NULL) { in mesh_start() 568 while (ms->phase == idle) { in mesh_start() 621 ms->phase = idle; in mesh_done() 864 case idle: in reselected() 1009 ms->phase = idle; in handle_reset() 1544 case idle: in cmd_complete() 1545 printk(KERN_ERR "mesh: interrupt in idle phas in cmd_complete() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | mesh.c | 104 idle, enumerator 391 ms->phase = idle; in mesh_init() 467 ms->phase = idle; in mesh_start_cmd() 553 if (ms->phase != idle || ms->current_req != NULL) { in mesh_start() 559 while (ms->phase == idle) { in mesh_start() 615 ms->phase = idle; in mesh_done() 858 case idle: in reselected() 1003 ms->phase = idle; in handle_reset() 1538 case idle: in cmd_complete() 1539 printk(KERN_ERR "mesh: interrupt in idle phas in cmd_complete() [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/ |
H A D | platsmp-a9.c | 28 struct task_struct *idle) in mvebu_cortex_a9_boot_secondary() 64 * for this CPU might be in the deep idle state, preventing this CPU 79 * deep idle sleep state. in armada_38x_cpu_die() 87 * anything, because CPUs going offline can enter the deep idle state 27 mvebu_cortex_a9_boot_secondary(unsigned int cpu, struct task_struct *idle) mvebu_cortex_a9_boot_secondary() argument
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | reset.c | 17 #include <asm/idle.h>
|
/kernel/linux/linux-5.10/arch/arm/mach-aspeed/ |
H A D | platsmp.c | 15 static int aspeed_g6_boot_secondary(unsigned int cpu, struct task_struct *idle) in aspeed_g6_boot_secondary() argument
|