Home
last modified time | relevance | path

Searched refs:in_idle (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/tty/serial/8250/
H A D8250_dw.c79 unsigned int in_idle:1; member
119 d->in_idle = 0; in dw8250_idle_exit()
142 d->in_idle = 1; in dw8250_idle_enter()
230 if (d->in_idle) in dw8250_check_lcr()
/linux/kernel/sched/ext/
H A Dext.c10825 bool in_idle = btf_id_set8_contains(&scx_kfunc_ids_idle, kfunc_id); in scx_kfunc_context_filter() local
10833 in_cpu_release || in_idle || in_any || in_cid)) in scx_kfunc_context_filter()
10838 return (in_unlocked || in_select_cpu || in_idle || in_any || in_cid) ? 0 : -EACCES; in scx_kfunc_context_filter()
10841 return (in_any || in_idle || in_cid) ? 0 : -EACCES; in scx_kfunc_context_filter()
10876 if (in_any || in_idle || in_cid) in scx_kfunc_context_filter()