Home
last modified time | relevance | path

Searched refs:idle (Results 551 - 575 of 739) sorted by relevance

1...<<21222324252627282930

/kernel/linux/linux-6.6/net/rxrpc/
H A Dcall_object.c229 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 Dcputime.c234 * 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 Dsched.h431 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 Daix.c1104 cpu_info->cpu_times.idle = ps_cpus[idx].idle; in uv_cpu_info()
H A Dlinux.c1797 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 Diris_batch.c1002 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 Daix.c1088 cpu_info->cpu_times.idle = ps_cpus[idx].idle; in uv_cpu_info()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm8994.c116 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 Dpktgen.c551 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 Dwm8994.c116 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 Dpktgen.c565 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 Dlibata-sff.c354 * 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 Dintel_engine_cs.c1004 * 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 Dmusb_host.c2004 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 Demif.c594 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 Dlibata-sff.c307 * 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 Dmusb_host.c1998 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 Dintel_engine_cs.c1599 * 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 Ddebugfs.c155 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 Dxhci-tegra.c617 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 Ddebugfs.c155 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 Dbfq-iosched.h50 /* 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 Dsmp.c32 #include <asm/idle.h>
H A Dpm-cps.c16 #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 DMakefile46 process.o systbl.o idle.o \

Completed in 68 milliseconds

1...<<21222324252627282930