Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/arm/
H A Dmachine_cpu.h60 …t32_t cid, uint64_t wfe_deadline, cpu_data_t *cdp, bool unmask, bool check_cluster_recommendation);
/xnu-11417.121.6/osfmk/arm64/
H A Dcpu.c403 …nt32_t cid, uint64_t wfe_deadline, cpu_data_t *cdp, bool unmask, bool check_cluster_recommendation) in wfe_to_deadline_or_interrupt() argument
460 if ((check_cluster_recommendation && ml_cluster_wfe_timeout(cid) == 0) || in wfe_to_deadline_or_interrupt()
508 bool check_cluster_recommendation = true; in cpu_idle() local
523 check_cluster_recommendation = false; in cpu_idle()
531 …E | DBG_FUNC_START, ipending, cpu_data_ptr->wfe_count, wfe_timeout, !check_cluster_recommendation); in cpu_idle()
532 …wfe_to_deadline_or_interrupt(cid, wfe_deadline, cpu_data_ptr, false, check_cluster_recommendation); in cpu_idle()