Searched refs:in_idle (Results 1 – 2 of 2) sorted by relevance
95 unsigned int in_idle:1; member145 d->in_idle = 0; in dw8250_idle_exit()168 d->in_idle = 1; in dw8250_idle_enter()256 if (d->in_idle) in dw8250_check_lcr()
9832 bool in_idle = btf_id_set8_contains(&scx_kfunc_ids_idle, kfunc_id); in scx_init() 9838 in_cpu_release || in_idle || in_any)) in scx_init() 9843 return (in_unlocked || in_select_cpu || in_idle || in_any) ? 0 : -EACCES;9846 return (in_any || in_idle) ? 0 : -EACCES;9865 if (in_any || in_idle)9719 bool in_idle = btf_id_set8_contains(&scx_kfunc_ids_idle, kfunc_id); scx_kfunc_context_filter() local