Searched refs:ctrr_cluster_locked (Results 1 – 3 of 3) sorted by relevance
893 enum ctrr_cluster_states ctrr_cluster_locked[MAX_CPU_CLUSTERS] MARK_AS_HIBERNATE_DATA; variable900 ctrr_cluster_locked[i] = CTRR_UNLOCKED; in init_ctrr_cluster_states()945 switch (ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id]) { in cpu_start()947 ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] = CTRR_LOCKING; in cpu_start()951 assert_wait(&ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id], THREAD_UNINT); in cpu_start()954 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()