Home
last modified time | relevance | path

Searched refs:idle (Results 201 - 225 of 758) sorted by relevance

12345678910>>...31

/kernel/linux/linux-6.6/arch/arm/mach-shmobile/
H A Dsmp-emev2.c24 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 Dreset.c12 #include <asm/idle.h>
/kernel/linux/linux-5.10/include/linux/platform_data/
H A Dpm33xx.h49 int (*init)(int (*idle)(u32 wfi_flags));
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Dpm33xx.h49 int (*init)(int (*idle)(u32 wfi_flags));
/third_party/libwebsockets/lib/event-libs/libev/
H A Dprivate-lib-event-libs-libev.h44 struct ev_idle idle; member
/kernel/linux/linux-5.10/include/linux/
H A Dhid.h805 * @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 Dhid.h864 * @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 Daltera-msgdma.c179 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 Dplatsmp-a9.c28 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 Dreset.c17 #include <asm/idle.h>
/kernel/linux/linux-5.10/arch/arm/mach-aspeed/
H A Dplatsmp.c15 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 Dplatsmp.c68 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 Dsmp-sh73a0.c27 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 Dpoll_state.c3 * poll_state.c - Polling idle state
9 #include <linux/sched/idle.h>
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dsmp-ops.h29 int (*boot_secondary)(int cpu, struct task_struct *idle);
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dreset.c17 #include <asm/idle.h>
/kernel/linux/linux-6.6/arch/arm/mach-aspeed/
H A Dplatsmp.c15 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 Dplatsmp-a9.c25 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 Dplatsmp.c66 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 Dxusb.h19 unsigned int port, bool idle);
/kernel/linux/linux-6.6/drivers/cpuidle/
H A Dpoll_state.c3 * poll_state.c - Polling idle state
9 #include <linux/sched/idle.h>
/third_party/libwebsockets/lib/event-libs/libuv/
H A Dprivate-lib-event-libs-libuv.h59 uv_idle_t idle; member
/kernel/linux/linux-5.10/net/rose/
H A Drose_timer.c96 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 Dnr_timer.c73 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 Dstats.h226 * 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()

Completed in 14 milliseconds

12345678910>>...31