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.c95 unsigned int in_idle:1; member
145 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()
/linux/kernel/sched/
H A Dext.c9719 bool in_idle = btf_id_set8_contains(&scx_kfunc_ids_idle, kfunc_id); in scx_kfunc_context_filter() local
9725 in_cpu_release || in_idle || in_any)) in scx_kfunc_context_filter()
9730 return (in_unlocked || in_select_cpu || in_idle || in_any) ? 0 : -EACCES; in scx_kfunc_context_filter()
9733 return (in_any || in_idle) ? 0 : -EACCES; in scx_kfunc_context_filter()
9752 if (in_any || in_idle) in scx_kfunc_context_filter()