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.c9832 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