Searched refs:get_preemption_level_for_thread (Results 1 – 5 of 5) sorted by relevance
132 #define lock_preemption_level_for_thread(t) get_preemption_level_for_thread(t)133 #define lock_preemption_disabled_for_thread(t) (get_preemption_level_for_thread(t) != 0)
127 extern unsigned int get_preemption_level_for_thread(thread_t);
209 get_preemption_level_for_thread(thread_t thread) in get_preemption_level_for_thread() function228 return get_preemption_level_for_thread(current_thread()); in get_preemption_level()
723 if (get_preemption_level_for_thread(cpu_data_ptr->cpu_active_thread) != in arm_init_cpu()726 get_preemption_level_for_thread(cpu_data_ptr->cpu_active_thread), in arm_init_cpu()
1078 if (get_preemption_level_for_thread(cpu_data_ptr->cpu_active_thread) != in arm_init_cpu()1081 get_preemption_level_for_thread(cpu_data_ptr->cpu_active_thread), in arm_init_cpu()