Searched refs:active (Results 1 – 4 of 4) sorted by relevance
105 static bool active TA_GUARDED(ipt_lock) = false;152 DEBUG_ASSERT(!active); in x86_ipt_set_mode_task()187 if (active) in x86_ipt_alloc_trace()224 if (active) in x86_ipt_free_trace()235 DEBUG_ASSERT(active && raw_context); in x86_ipt_start_cpu_task()265 if (active) in x86_ipt_start()284 active = true; in x86_ipt_start()355 active = false; in x86_ipt_stop()376 if (trace_mode == IPT_TRACE_CPUS && active) in x86_ipt_stage_trace_data()400 if (trace_mode == IPT_TRACE_CPUS && active) in x86_ipt_get_trace_data()
262 static bool active = false; in gfxconsole_bind_display() local266 if (active) { in gfxconsole_bind_display()268 active = false; in gfxconsole_bind_display()285 active = true; in gfxconsole_bind_display()329 active = true; in gfxconsole_bind_display()
166 static inline void mp_set_curr_cpu_active(bool active) { in mp_set_curr_cpu_active() argument167 if (active) { in mp_set_curr_cpu_active()
131 cpu_mask_t active = mp_get_active_mask(); in rand_cpu() local132 mask &= active; in rand_cpu()
Completed in 12 milliseconds