/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | call_object.c | 229 if (p->timeouts.idle) in rxrpc_alloc_client_call() 230 call->next_req_timo = min(msecs_to_jiffies(p->timeouts.idle), 1UL); in rxrpc_alloc_client_call()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | cputime.c | 234 * Account for idle time. 235 * @cputime: the CPU time spent in idle wait 397 * When returning from idle, many ticks can get accounted at in irqtime_account_process_tick() 400 * idle, or potentially user or system time. Due to rounding, in irqtime_account_process_tick() 418 } else if (p == this_rq()->idle) { in irqtime_account_process_tick() 524 else if ((p != this_rq()->idle) || (irq_count() != HARDIRQ_OFFSET)) in account_process_tick() 531 * Account multiple ticks of idle time. 885 /* Task is sleeping or idle, nothing to add */ in task_cputime() 1050 /* Task is sleeping, dead or idle, nothing to add */ in kcpustat_cpu_fetch_vtime()
|
H A D | sched.h | 431 u8 idle; member 459 int idle; member 579 extern int sched_group_set_idle(struct task_group *tg, long idle); 726 /* Locally cached copy of our task_group's idle value */ 727 int idle; member 1121 struct task_struct *idle; member 1394 * cookie if the CPU is in an idle core. 1422 * A CPU in an idle core is always the best choice for tasks with in sched_core_cookie_match() 3058 /* Update blocked load when entering idle */
|
/third_party/libuv/src/unix/ |
H A D | aix.c | 1104 cpu_info->cpu_times.idle = ps_cpus[idx].idle; in uv_cpu_info()
|
H A D | linux.c | 1797 unsigned long long freq, user, nice, sys, idle, irq; in uv_cpu_info() member 1842 &cpu, &t.user, &t.nice, &t.sys, &t.idle, &skip, &t.irq); in uv_cpu_info() 1963 .idle = 10 * c->idle, in uv_cpu_info()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_batch.c | 1002 bo->idle = false; in submit_batch() 1005 iris_get_backing_bo(bo)->idle = false; in submit_batch() 1090 dbg_printf("waiting for idle\n"); in _iris_batch_flush()
|
/third_party/node/deps/uv/src/unix/ |
H A D | aix.c | 1088 cpu_info->cpu_times.idle = ps_cpus[idx].idle; in uv_cpu_info()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm8994.c | 116 bool idle; in wm8958_micd_set_rate() local 120 idle = !wm8994->jack_mic; in wm8958_micd_set_rate() 141 if (rates[i].idle != idle) in wm8958_micd_set_rate() 146 else if (rates[best].idle != idle) in wm8958_micd_set_rate() 155 idle ? "idle" : "active"); in wm8958_micd_set_rate() 4404 * use this; it only affects behaviour on idle TDM clock in wm8994_component_probe()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | pktgen.c | 551 u64 idle; in pktgen_if_show() local 667 idle = pkt_dev->idle_acc; in pktgen_if_show() 668 do_div(idle, NSEC_PER_USEC); in pktgen_if_show() 676 " started: %lluus stopped: %lluus idle: %lluus\n", in pktgen_if_show() 679 (unsigned long long) idle); in pktgen_if_show() 3148 ktime_t idle = ns_to_ktime(pkt_dev->idle_acc); in show_results() local 3152 (unsigned long long)ktime_to_us(ktime_sub(elapsed, idle)), in show_results() 3153 (unsigned long long)ktime_to_us(idle), in show_results()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm8994.c | 116 bool idle; in wm8958_micd_set_rate() local 120 idle = !wm8994->jack_mic; in wm8958_micd_set_rate() 141 if (rates[i].idle != idle) in wm8958_micd_set_rate() 146 else if (rates[best].idle != idle) in wm8958_micd_set_rate() 155 idle ? "idle" : "active"); in wm8958_micd_set_rate() 4404 * use this; it only affects behaviour on idle TDM clock in wm8994_component_probe()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | pktgen.c | 565 u64 idle; in pktgen_if_show() local 691 idle = pkt_dev->idle_acc; in pktgen_if_show() 692 do_div(idle, NSEC_PER_USEC); in pktgen_if_show() 712 " started: %lluus stopped: %lluus idle: %lluus\n", in pktgen_if_show() 715 (unsigned long long) idle); in pktgen_if_show() 3278 ktime_t idle = ns_to_ktime(pkt_dev->idle_acc); in show_results() local 3282 (unsigned long long)ktime_to_us(ktime_sub(elapsed, idle)), in show_results() 3283 (unsigned long long)ktime_to_us(idle), in show_results()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata-sff.c | 354 * wait for idle, clear any pending interrupts. 1549 unsigned int handled, idle, polling; in __ata_sff_interrupt() local 1556 handled = idle = polling = 0; in __ata_sff_interrupt() 1568 idle |= 1 << i; in __ata_sff_interrupt() 1589 if (idle & (1 << i)) { in __ata_sff_interrupt()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_cs.c | 1004 * leave the engine idle. So they should not be caught unaware by in stop_timeout() 1174 bool idle = true; in ring_is_idle() local 1185 idle = false; in ring_is_idle() 1187 /* No bit for gen2, so assume the CS parser is idle */ in ring_is_idle() 1190 idle = false; in ring_is_idle() 1194 return idle; in ring_is_idle() 1223 * to hardware, and that the engine is idle. 1264 /* Already parked (and passed an idleness test); must still be idle */ in intel_engines_are_idle() 1450 ENGINE_READ(engine, RING_MI_MODE) & (MODE_IDLE) ? " [idle]" : ""); in intel_engine_print_registers()
|
/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A D | musb_host.c | 2004 int idle = 0; in musb_schedule() local 2102 idle = 1; in musb_schedule() 2108 idle = list_empty(head); in musb_schedule() 2114 if (idle) in musb_schedule()
|
/kernel/linux/linux-5.10/drivers/memory/ |
H A D | emif.c | 594 u32 idle = 0, val = 0; in get_read_idle_ctrl_shdw() local 609 idle |= val << DLL_CALIB_INTERVAL_SHIFT; in get_read_idle_ctrl_shdw() 610 idle |= EMIF_READ_IDLE_LEN_VAL << ACK_WAIT_SHIFT; in get_read_idle_ctrl_shdw() 612 return idle; in get_read_idle_ctrl_shdw() 846 * When voltage ramps dll calibration and forced read idle should
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libata-sff.c | 307 * wait for idle, clear any pending interrupts. 1466 unsigned int handled, idle, polling; in __ata_sff_interrupt() local 1473 handled = idle = polling = 0; in __ata_sff_interrupt() 1485 idle |= 1 << i; in __ata_sff_interrupt() 1506 if (idle & (1 << i)) { in __ata_sff_interrupt()
|
/kernel/linux/linux-6.6/drivers/usb/musb/ |
H A D | musb_host.c | 1998 int idle = 0; in musb_schedule() local 2096 idle = 1; in musb_schedule() 2102 idle = list_empty(head); in musb_schedule() 2108 if (idle) in musb_schedule()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_cs.c | 1599 * leave the engine idle. So they should not be caught unaware by in stop_timeout() 1663 * Sometimes we observe that the idle flag is not in intel_engine_stop_cs() 1825 bool idle = true; in ring_is_idle() local 1836 idle = false; in ring_is_idle() 1838 /* No bit for gen2, so assume the CS parser is idle */ in ring_is_idle() 1841 idle = false; in ring_is_idle() 1845 return idle; in ring_is_idle() 1874 * to hardware, and that the engine is idle. 1909 /* Already parked (and passed an idleness test); must still be idle */ in intel_engines_are_idle() 2085 ENGINE_READ(engine, RING_MI_MODE) & (MODE_IDLE) ? " [idle]" in intel_engine_print_registers() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 155 uint64_t idle = txdata->idle * 100; in ring_show() local 159 do_div(idle, total); in ring_show() 161 (int)idle); in ring_show() 166 txdata->idle = 0ULL; in ring_show() 172 "\n%pM CID %d TID %d 1x%s BACK([%u] %u TU A%s) [%3d|%3d] idle %s\n", in ring_show() 181 "\nBroadcast 1x%s [%3d|%3d] idle %s\n", in ring_show() 1494 * state = [idle|pending|running] 1502 static const char * const sstate[] = {"idle", "pending", "running"}; in wil_read_file_recovery()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-tegra.c | 617 bool idle, enable; in tegra_xusb_mbox_handle() local 674 idle = false; in tegra_xusb_mbox_handle() 676 idle = true; in tegra_xusb_mbox_handle() 683 idle); in tegra_xusb_mbox_handle() 690 idle ? "idle" : "busy", err); in tegra_xusb_mbox_handle()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 155 uint64_t idle = txdata->idle * 100; in ring_show() local 159 do_div(idle, total); in ring_show() 161 (int)idle); in ring_show() 166 txdata->idle = 0ULL; in ring_show() 172 "\n%pM CID %d TID %d 1x%s BACK([%u] %u TU A%s) [%3d|%3d] idle %s\n", in ring_show() 181 "\nBroadcast 1x%s [%3d|%3d] idle %s\n", in ring_show() 1485 * state = [idle|pending|running] 1493 static const char * const sstate[] = {"idle", "pending", "running"}; in wil_read_file_recovery()
|
/kernel/linux/linux-5.10/block/ |
H A D | bfq-iosched.h | 50 /* tree for idle entities (i.e., not backlogged, with V < F_i)*/ 51 struct rb_root idle; member 53 /* idle entity with minimum F_i */ 55 /* idle entity with maximum F_i */ 60 /* scheduler weight sum; active and idle entities contribute to it */ 81 * queue becomes idle when it expires, and 3) if the entity pointed by 83 * of the entity pointed by in_service_entity becomes idle on 151 * the idle one of its service_tree) or is in service. 288 /* node for active/idle bfqq list inside parent bfqd */ 304 * arrival, such that the queue becomes idle afte [all...] |
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | smp.c | 32 #include <asm/idle.h>
|
H A D | pm-cps.c | 16 #include <asm/idle.h> 41 * The entry point of the generated non-coherent idle state entry/exit 60 * Used to synchronize entry to deep idle states. Actually per-core rather 184 * idle state. in cps_pm_enter_state() 604 * idle state and the one that disables coherence might as well in cps_gen_entry_code()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | Makefile | 46 process.o systbl.o idle.o \
|