Home
last modified time | relevance | path

Searched refs:idle (Results 1 – 25 of 212) sorted by relevance

123456789

/Zephyr-latest/samples/subsys/pm/latency/boards/
Dnative_sim.overlay8 runtime_idle: runtime-idle {
10 power-state-name = "runtime-idle";
14 suspend_to_idle: suspend-to-idle {
16 power-state-name = "suspend-to-idle";
/Zephyr-latest/kernel/
Didle.c22 void idle(void *unused1, void *unused2, void *unused3) in idle() function
54 _kernel.idle = z_get_next_timeout_expiry(); in idle()
71 if (k_is_pre_kernel() || !pm_system_suspend(_kernel.idle)) { in idle()
/Zephyr-latest/arch/arm/core/cortex_m/
Disr_wrapper.c59 if (_kernel.idle != 0) { in _isr_wrapper()
61 _kernel.idle = 0; in _isr_wrapper()
/Zephyr-latest/dts/arm/microchip/
Dmec172xnsz.dtsi29 cpu-power-states = <&idle &suspend_to_ram>;
33 idle: idle { label
35 power-state-name = "suspend-to-idle";
Dmec1727nsz.dtsi28 cpu-power-states = <&idle &suspend_to_ram>;
32 idle: idle { label
34 power-state-name = "suspend-to-idle";
Dmec172xnlj.dtsi29 cpu-power-states = <&idle &suspend_to_ram>;
33 idle: idle { label
35 power-state-name = "suspend-to-idle";
/Zephyr-latest/subsys/logging/
Dlog_cache.c27 sys_slist_init(&cache->idle); in log_cache_init()
41 sys_slist_append(&cache->idle, &entry->node); in log_cache_init()
81 sys_snode_t *from_idle = sys_slist_get(&cache->idle); in log_cache_get()
110 sys_slist_prepend(&cache->idle, &entry->node); in log_cache_release()
/Zephyr-latest/drivers/timer/
Dmcux_lptmr_timer.c61 void sys_clock_set_timeout(int32_t ticks, bool idle) in sys_clock_set_timeout() argument
63 ARG_UNUSED(idle); in sys_clock_set_timeout()
65 if (idle && (ticks == K_TICKS_FOREVER)) { in sys_clock_set_timeout()
Dnative_sim_timer.c74 void sys_clock_set_timeout(int32_t ticks, bool idle) in sys_clock_set_timeout() argument
76 ARG_UNUSED(idle); in sys_clock_set_timeout()
Dsys_clock_init.c21 void __weak sys_clock_set_timeout(int32_t ticks, bool idle) in sys_clock_set_timeout() argument
Dcc23x0_systim_timer.c55 void sys_clock_set_timeout(int32_t ticks, bool idle) in sys_clock_set_timeout() argument
57 ARG_UNUSED(idle); in sys_clock_set_timeout()
/Zephyr-latest/arch/posix/core/
Dswap.c113 if (_kernel.idle) { in posix_irq_check_idle_exit()
114 _kernel.idle = 0; in posix_irq_check_idle_exit()
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dirq_manage.c108 if (_kernel.idle) { in _arch_isr_direct_pm()
109 _kernel.idle = 0; in _arch_isr_direct_pm()
/Zephyr-latest/tests/subsys/pm/power_domain_soc_state_change/
Dapp.overlay10 power-state-name = "runtime-idle";
17 power-state-name = "suspend-to-idle";
/Zephyr-latest/soc/realtek/ec/rts5912/
DKconfig16 bool "CPU idle hook enable"
21 the CPU is made idle (by k_cpu_idle() or k_cpu_atomic_idle()).
/Zephyr-latest/doc/kernel/services/threads/
Dsystem_threads.rst32 If possible, the idle thread activates the board's power management support
33 to save power; otherwise, the idle thread simply performs a "do nothing"
34 loop. The idle thread remains in existence as long as the system is running
37 The idle thread always uses the lowest configured thread priority.
39 The idle thread is an essential thread, which means a fatal system error
/Zephyr-latest/soc/gaisler/leon3/
DCMakeLists.txt3 zephyr_sources(idle.c)
/Zephyr-latest/tests/subsys/pm/power_mgmt_soc/boards/
Dnucleo_f429zi.overlay9 zephyr,cortex-m-idle-timer = &rtc;
/Zephyr-latest/samples/boards/st/power_mgmt/blinky/boards/
Dnucleo_f429zi.overlay9 zephyr,cortex-m-idle-timer = &rtc;
/Zephyr-latest/soc/gaisler/gr716a/
DCMakeLists.txt3 zephyr_sources(../leon3/idle.c)
/Zephyr-latest/tests/drivers/input/gpio_kbd_matrix/boards/
Dnative_sim.overlay32 idle-mode = "poll";
47 idle-mode = "scan";
/Zephyr-latest/include/zephyr/drivers/timer/
Dsystem_timer.h73 void sys_clock_set_timeout(int32_t ticks, bool idle);
/Zephyr-latest/doc/services/debugging/
Dcpu_load.rst6 Module can be used to track how much time is spent in idle. It is using tracing hooks
7 which are called before and after CPU goes to idle. Compared to :ref:`thread_analyzer`
/Zephyr-latest/subsys/usb/device/class/hid/
DKconfig47 int "Number of HID idle reports in the instance"
52 support USB HID idle rate and Set/Get Idle Requests.
58 idle rate must be supported.
/Zephyr-latest/soc/adi/max32/
DKconfig37 bool "CPU idle hook enable"
42 the CPU is made idle (by k_cpu_idle() or k_cpu_atomic_idle()).

123456789