Home
last modified time | relevance | path

Searched refs:active (Results 1 – 4 of 4) sorted by relevance

/kernel/arch/x86/
A Dproc_trace.cpp105 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()
/kernel/lib/gfxconsole/
A Dgfxconsole.cpp262 static bool active = false; in gfxconsole_bind_display() local
266 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()
/kernel/include/kernel/
A Dmp.h166 static inline void mp_set_curr_cpu_active(bool active) { in mp_set_curr_cpu_active() argument
167 if (active) { in mp_set_curr_cpu_active()
/kernel/kernel/
A Dsched.cpp131 cpu_mask_t active = mp_get_active_mask(); in rand_cpu() local
132 mask &= active; in rand_cpu()

Completed in 12 milliseconds