Searched refs:ctrr_cluster_locked (Results 1 – 4 of 4) sorted by relevance
70 extern enum ctrr_cluster_states ctrr_cluster_locked[MAX_CPU_CLUSTERS];
814 if (ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] != CTRR_LOCKED) { in arm_init_cpu()816 ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] = CTRR_LOCKED; in arm_init_cpu()817 thread_wakeup(&ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id]); in arm_init_cpu()
863 enum ctrr_cluster_states ctrr_cluster_locked[MAX_CPU_CLUSTERS] MARK_AS_HIBERNATE_DATA; variable870 ctrr_cluster_locked[i] = CTRR_UNLOCKED; in init_ctrr_cluster_states()926 switch (ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id]) { in cpu_start()928 ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] = CTRR_LOCKING; in cpu_start()934 &ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id], in cpu_start()937 assert(ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] != CTRR_LOCKING); in cpu_start()
1119 if (ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] != CTRR_LOCKED) { in arm_init_cpu()1121 ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id] = CTRR_LOCKED; in arm_init_cpu()1122 thread_wakeup(&ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id]); in arm_init_cpu()