Searched refs:ctrr_cluster_locked (Results 1 – 4 of 4) sorted by relevance
72 extern enum ctrr_cluster_states ctrr_cluster_locked[MAX_CPU_CLUSTERS];
811 if (ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] != CTRR_LOCKED) { in arm_init_cpu()813 ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] = CTRR_LOCKED; in arm_init_cpu()814 thread_wakeup(&ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id]); in arm_init_cpu()
862 enum ctrr_cluster_states ctrr_cluster_locked[MAX_CPU_CLUSTERS] MARK_AS_HIBERNATE_DATA; variable869 ctrr_cluster_locked[i] = CTRR_UNLOCKED; in init_ctrr_cluster_states()925 switch (ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id]) { in cpu_start()927 ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] = CTRR_LOCKING; in cpu_start()933 &ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id], in cpu_start()936 assert(ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] != CTRR_LOCKING); in cpu_start()
1164 if (ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] != CTRR_LOCKED) { in arm_init_cpu()1166 ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] = CTRR_LOCKED; in arm_init_cpu()1167 thread_wakeup(&ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id]); in arm_init_cpu()