/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/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
|
/kernel/linux/linux-5.10/arch/arm/plat-versatile/ |
H A D | platsmp.c | 68 int versatile_boot_secondary(unsigned int cpu, struct task_struct *idle) in versatile_boot_secondary() argument
|
/kernel/linux/linux-5.10/arch/arm/mach-shmobile/ |
H A D | smp-sh73a0.c | 27 static int sh73a0_boot_secondary(unsigned int cpu, struct task_struct *idle) in sh73a0_boot_secondary() argument
|
/kernel/linux/linux-5.10/drivers/cpuidle/ |
H A D | poll_state.c | 3 * poll_state.c - Polling idle state 9 #include <linux/sched/idle.h>
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | smp-ops.h | 29 int (*boot_secondary)(int cpu, struct task_struct *idle);
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | reset.c | 17 #include <asm/idle.h>
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-6.6/arch/arm/mach-mvebu/ |
H A D | platsmp-a9.c | 25 struct task_struct *idle) in mvebu_cortex_a9_boot_secondary() 61 * for this CPU might be in the deep idle state, preventing this CPU 76 * deep idle sleep state. in armada_38x_cpu_die() 84 * anything, because CPUs going offline can enter the deep idle state 24 mvebu_cortex_a9_boot_secondary(unsigned int cpu, struct task_struct *idle) mvebu_cortex_a9_boot_secondary() argument
|
/kernel/linux/linux-6.6/arch/arm/mach-versatile/ |
H A D | platsmp.c | 66 int versatile_boot_secondary(unsigned int cpu, struct task_struct *idle) in versatile_boot_secondary() argument
|
/kernel/linux/linux-6.6/include/linux/phy/tegra/ |
H A D | xusb.h | 19 unsigned int port, bool idle);
|
/kernel/linux/linux-6.6/drivers/cpuidle/ |
H A D | poll_state.c | 3 * poll_state.c - Polling idle state 9 #include <linux/sched/idle.h>
|
/third_party/libwebsockets/lib/event-libs/libuv/ |
H A D | private-lib-event-libs-libuv.h | 59 uv_idle_t idle; member
|
/kernel/linux/linux-5.10/net/rose/ |
H A D | rose_timer.c | 96 if (rose->idle > 0) { in rose_start_idletimer() 98 rose->idletimer.expires = jiffies + rose->idle; in rose_start_idletimer()
|
/kernel/linux/linux-5.10/net/netrom/ |
H A D | nr_timer.c | 73 if (nr->idle > 0) in nr_start_idletimer() 74 sk_reset_timer(sk, &nr->idletimer, jiffies + nr->idle); in nr_start_idletimer()
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | stats.h | 226 * switching to the idle task). Now we can calculate how long we ran. 244 * the idle task.) We are only called when prev != next. 251 * stats about how efficient we were at scheduling the idle in __sched_info_switch() 254 if (prev != rq->idle) in __sched_info_switch() 257 if (next != rq->idle) in __sched_info_switch()
|