Searched refs:ctrr_cluster_locked (Results 1 – 3 of 3) sorted by relevance
889 enum ctrr_cluster_states ctrr_cluster_locked[MAX_CPU_CLUSTERS] MARK_AS_HIBERNATE_DATA; variable896 ctrr_cluster_locked[i] = CTRR_UNLOCKED; in init_ctrr_cluster_states()941 switch (ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id]) { in cpu_start()943 ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] = CTRR_LOCKING; in cpu_start()947 assert_wait(&ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id], THREAD_UNINT); in cpu_start()950 assert(ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] != CTRR_LOCKING); in cpu_start()
81 extern enum ctrr_cluster_states ctrr_cluster_locked[MAX_CPU_CLUSTERS];
753 if (ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] != CTRR_LOCKED) { in arm_init_cpu()755 ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] = CTRR_LOCKED; in arm_init_cpu()756 thread_wakeup(&ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id]); in arm_init_cpu()