Home
last modified time | relevance | path

Searched refs:is_idle (Results 1 – 25 of 103) sorted by relevance

12345

/linux/include/trace/events/
H A Dtimer.h147 TP_PROTO(bool is_idle, unsigned int cpu),
149 TP_ARGS(is_idle, cpu),
152 __field( bool, is_idle )
157 __entry->is_idle = is_idle;
162 __entry->is_idle, __entry->cpu)
/linux/tools/sched_ext/
H A Dscx_simple.bpf.c57 bool is_idle = false; in BPF_STRUCT_OPS() local
60 cpu = scx_bpf_select_cpu_dfl(p, prev_cpu, wake_flags, &is_idle); in BPF_STRUCT_OPS()
61 if (is_idle) { in BPF_STRUCT_OPS()
H A Dscx_flatcg.bpf.c320 bool is_idle = false; in BPF_STRUCT_OPS() local
323 cpu = scx_bpf_select_cpu_dfl(p, prev_cpu, wake_flags, &is_idle); in BPF_STRUCT_OPS()
336 if (is_idle) { in BPF_STRUCT_OPS()
/linux/kernel/time/
H A Dtimer.c261 bool is_idle; member
600 if (base->is_idle) { in trigger_dyntick_cpu()
2120 return __this_cpu_read(timer_bases[BASE_LOCAL].is_idle); in timer_base_is_idle()
2223 base_local->is_idle, &tevt); in __get_next_timer_interrupt()
2248 if (!base_local->is_idle && time_after(nextevt, basej + 1)) { in __get_next_timer_interrupt()
2249 base_local->is_idle = true; in __get_next_timer_interrupt()
2256 base_global->is_idle = true; in __get_next_timer_interrupt()
2259 *idle = base_local->is_idle; in __get_next_timer_interrupt()
2269 if (!base_local->is_idle && idle_is_possible) in __get_next_timer_interrupt()
2328 __this_cpu_write(timer_bases[BASE_LOCAL].is_idle, false); in timer_clear_idle()
[all …]
/linux/drivers/mmc/host/
H A Dmmc_hsq.c262 bool is_idle; in mmc_hsq_queue_is_idle() local
266 is_idle = (!hsq->mrq && !hsq->qcnt) || in mmc_hsq_queue_is_idle()
270 hsq->waiting_for_idle = !is_idle; in mmc_hsq_queue_is_idle()
274 return is_idle; in mmc_hsq_queue_is_idle()
H A Dcqhci-core.c882 bool is_idle; in cqhci_is_idle() local
885 is_idle = !cq_host->qcnt || cq_host->recovery_halt; in cqhci_is_idle()
887 cq_host->waiting_for_idle = !is_idle; in cqhci_is_idle()
890 return is_idle; in cqhci_is_idle()
/linux/drivers/accel/ivpu/
H A Divpu_pm.c291 bool is_idle; in ivpu_pm_runtime_suspend_cb() local
301 is_idle = ivpu_hw_is_idle(vdev) || vdev->pm->dct_active_percent; in ivpu_pm_runtime_suspend_cb()
302 if (!is_idle) in ivpu_pm_runtime_suspend_cb()
313 if (!is_idle || ret_d0i3) { in ivpu_pm_runtime_suspend_cb()
/linux/drivers/nvdimm/
H A Dclaim.c58 static bool is_idle(struct device *dev, struct nd_namespace_common *ndns) in is_idle() function
99 if (is_idle(dev, *_ndns)) { in nd_detach_and_reset()
/linux/kernel/sched/
H A Dext_idle.c978 u64 wake_flags, bool *is_idle) in scx_bpf_select_cpu_dfl() argument
991 *is_idle = true; in scx_bpf_select_cpu_dfl()
994 *is_idle = false; in scx_bpf_select_cpu_dfl()
/linux/drivers/gpu/drm/amd/include/
H A Damd_shared.h466 bool (*is_idle)(struct amdgpu_ip_block *ip_block); member
/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c2541 bool *is_idle; member
7510 bool is_idle = true, is_eng_idle; in gaudi2_get_edma_idle_status() local
7539 is_idle &= is_eng_idle; in gaudi2_get_edma_idle_status()
7550 return is_idle; in gaudi2_get_edma_idle_status()
7559 bool is_idle = true, is_eng_idle; in gaudi2_get_pdma_idle_status() local
7580 is_idle &= is_eng_idle; in gaudi2_get_pdma_idle_status()
7590 return is_idle; in gaudi2_get_pdma_idle_status()
7599 bool is_idle = true, is_eng_idle; in gaudi2_get_nic_idle_status() local
7626 is_idle &= is_eng_idle; in gaudi2_get_nic_idle_status()
7636 return is_idle; in gaudi2_get_nic_idle_status()
[all …]
/linux/tools/perf/util/
H A Ddb-export.c535 struct comm **comm_ptr, bool *is_idle) in db_export__pid_tid() argument
544 *is_idle = !thread__pid(thread) && !thread__tid(thread); in db_export__pid_tid()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_isp.c324 .is_idle = isp_is_idle,
H A Dsi_ih.c288 .is_idle = si_ih_is_idle,
H A Dcik_ih.c426 .is_idle = cik_ih_is_idle,
H A Djpeg_v2_5.c668 .is_idle = jpeg_v2_5_is_idle,
685 .is_idle = jpeg_v2_5_is_idle,
H A Diceland_ih.c416 .is_idle = iceland_ih_is_idle,
H A Dcz_ih.c424 .is_idle = cz_ih_is_idle,
H A Dtonga_ih.c472 .is_idle = tonga_ih_is_idle,
H A Dvce_v2_0.c626 .is_idle = vce_v2_0_is_idle,
H A Djpeg_v3_0.c586 .is_idle = jpeg_v3_0_is_idle,
H A Dsoc24.c597 .is_idle = soc24_common_is_idle,
H A Damdgpu_vkms.c647 .is_idle = amdgpu_vkms_is_idle,
/linux/drivers/pmdomain/rockchip/
H A Dpm-domains.c385 bool is_idle; in rockchip_pmu_set_idle_request() local
413 is_idle, is_idle == idle, 0, 10000); in rockchip_pmu_set_idle_request()
417 genpd->name, is_idle); in rockchip_pmu_set_idle_request()
/linux/include/linux/soc/ti/
H A Dti_sci_protocol.h108 int (*is_idle)(const struct ti_sci_handle *handle, u32 id, member

12345