/kernel/linux/linux-5.10/include/net/ |
H A D | rose.h | 139 unsigned long t1, t2, t3, hb, idle; member
|
H A D | netrom.h | 75 unsigned long t1, t2, t4, idle; member
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | r128_drm.h | 255 int idle; member
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | idle.c | 3 * Generic entry points for the idle threads and 4 * implementation of the idle task scheduling class. 17 * sched_idle_set_state - Record idle state for the current CPU. 85 * default_idle_call - Default CPU idle routine. 144 * The idle task must be scheduled, it is pointless to go to idle, just in call_cpuidle() 145 * update no idle residency and return. in call_cpuidle() 154 * Enter the idle state previously returned by the governor decision. in call_cpuidle() 162 * cpuidle_idle_call - the main idle function 177 * Check if the idle tas in cpuidle_idle_call() [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | netrom.h | 76 unsigned long t1, t2, t4, idle; member
|
H A D | rose.h | 141 unsigned long t1, t2, t3, hb, idle; member
|
/kernel/linux/linux-6.6/drivers/cpuidle/ |
H A D | cpuidle-pseries.c | 3 * cpuidle-pseries - idle state cpuidle driver. 4 * Adapted from drivers/idle/intel_idle.c and 22 #include <asm/idle.h> 359 pr_info("cpuidle: Skipping the %d Extended CEDE idle states\n", in fixup_cede0_latency() 365 * The CEDE idle state maps to CEDE(0). While the hypervisor in fixup_cede0_latency() 380 * a few nanoseconds to wakeup the idle CPU and in fixup_cede0_latency()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
H A D | r128_drm.h | 165 int idle; member
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | core_sched.c | 88 * core has now entered/left forced idle state. Defer accounting to the in sched_core_update_cookie() 262 /* can't be forced idle without a running task */ in __sched_core_account_forceidle() 267 * forced idle amount since there can be more than one forced in __sched_core_account_forceidle() 268 * idle sibling and more than one running cookied task. in __sched_core_account_forceidle() 278 if (p == rq_i->idle) in __sched_core_account_forceidle()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | r128_drm.h | 169 int idle; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | r128_drm.h | 169 int idle; member
|
/third_party/libuv/test/ |
H A D | test-platform-output.c | 106 printf(" times.idle: %llu\n", in TEST_IMPL() 107 (unsigned long long) cpus[i].cpu_times.idle); in TEST_IMPL()
|
/third_party/libuv/src/unix/ |
H A D | darwin.c | 234 cpu_info->cpu_times.idle = (uint64_t)(info[i].cpu_ticks[2]) * multiplier; in uv_cpu_info()
|
H A D | freebsd.c | 258 cpu_info->cpu_times.idle = (uint64_t)(cp_times[CP_IDLE+cur]) * multiplier; in uv_cpu_info()
|
H A D | netbsd.c | 233 cpu_info->cpu_times.idle = (uint64_t)(cp_times[CP_IDLE+cur]) * multiplier; in uv_cpu_info()
|
H A D | openbsd.c | 228 cpu_info->cpu_times.idle = (uint64_t)(info[CP_IDLE]) * multiplier; in uv_cpu_info()
|
/third_party/node/lib/ |
H A D | os.js | 136 * idle: number, 154 idle: data[i++],
|
/third_party/lwip/src/include/lwip/ |
H A D | altcp.h | 134 void altcp_keepalive_enable(struct altcp_pcb *conn, u32_t idle, u32_t intvl, u32_t count);
|
/third_party/node/deps/uv/src/unix/ |
H A D | freebsd.c | 253 cpu_info->cpu_times.idle = (uint64_t)(cp_times[CP_IDLE+cur]) * multiplier; in uv_cpu_info()
|
H A D | netbsd.c | 228 cpu_info->cpu_times.idle = (uint64_t)(cp_times[CP_IDLE+cur]) * multiplier; in uv_cpu_info()
|
H A D | openbsd.c | 223 cpu_info->cpu_times.idle = (uint64_t)(info[CP_IDLE]) * multiplier; in uv_cpu_info()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | phy_ht.c | 626 u8 *idle = phy_ht->idle_tssi; in b43_phy_ht_tx_power_ctl_setup() local 687 idle[0] << B43_PHY_HT_TXPCTL_IDLE_TSSI_C1_SHIFT); in b43_phy_ht_tx_power_ctl_setup() 690 idle[1] << B43_PHY_HT_TXPCTL_IDLE_TSSI_C2_SHIFT); in b43_phy_ht_tx_power_ctl_setup() 693 idle[2] << B43_PHY_HT_TXPCTL_IDLE_TSSI2_C3_SHIFT); in b43_phy_ht_tx_power_ctl_setup()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_hid.c | 44 unsigned char idle; member 680 ((u8 *) req->buf)[0] = hidg->idle; in hidg_setup() 715 hidg->idle = value >> 8; in hidg_setup() 954 hidg->idle = 1; in hidg_bind()
|
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | winbond-cir.c | 334 wbcir_idle_rx(struct rc_dev *dev, bool idle) in wbcir_idle_rx() argument 338 if (!idle && data->rxstate == WBCIR_RXSTATE_INACTIVE) in wbcir_idle_rx() 341 if (idle && data->rxstate != WBCIR_RXSTATE_INACTIVE) { in wbcir_idle_rx() 347 /* Tell hardware to go idle by setting RXINACTIVE */ in wbcir_idle_rx() 514 if (enable && data->dev->idle) in wbcir_set_carrier_report()
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | winbond-cir.c | 334 wbcir_idle_rx(struct rc_dev *dev, bool idle) in wbcir_idle_rx() argument 338 if (!idle && data->rxstate == WBCIR_RXSTATE_INACTIVE) in wbcir_idle_rx() 341 if (idle && data->rxstate != WBCIR_RXSTATE_INACTIVE) { in wbcir_idle_rx() 347 /* Tell hardware to go idle by setting RXINACTIVE */ in wbcir_idle_rx() 514 if (enable && data->dev->idle) in wbcir_set_carrier_report()
|