Home
last modified time | relevance | path

Searched refs:check_cluster_recommendation (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/osfmk/arm/
H A Dmachine_cpu.h61 …t32_t cid, uint64_t wfe_deadline, cpu_data_t *cdp, bool unmask, bool check_cluster_recommendation);
/xnu-12377.81.4/osfmk/arm64/
H A Dcpu.c399 …nt32_t cid, uint64_t wfe_deadline, cpu_data_t *cdp, bool unmask, bool check_cluster_recommendation) in wfe_to_deadline_or_interrupt() argument
456 if ((check_cluster_recommendation && ml_cluster_wfe_timeout(cid) == 0) || in wfe_to_deadline_or_interrupt()
504 bool check_cluster_recommendation = true; in cpu_idle() local
519 check_cluster_recommendation = false; in cpu_idle()
527 …E | DBG_FUNC_START, ipending, cpu_data_ptr->wfe_count, wfe_timeout, !check_cluster_recommendation); in cpu_idle()
528 …wfe_to_deadline_or_interrupt(cid, wfe_deadline, cpu_data_ptr, false, check_cluster_recommendation); in cpu_idle()