Home
last modified time | relevance | path

Searched refs:woke_up (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dn_hdlc.c129 * @woke_up: tx wakeup needs to be run again as it was called while @tbusy
138 bool woke_up; member
283 n_hdlc->woke_up = true; in n_hdlc_send_frames()
288 n_hdlc->woke_up = false; in n_hdlc_send_frames()
340 if (n_hdlc->woke_up) in n_hdlc_send_frames()
/kernel/linux/linux-6.6/drivers/tty/
H A Dn_hdlc.c125 * @woke_up: tx wakeup needs to be run again as it was called while @tbusy
133 bool woke_up; member
274 n_hdlc->woke_up = true; in n_hdlc_send_frames()
279 n_hdlc->woke_up = false; in n_hdlc_send_frames()
331 if (n_hdlc->woke_up) in n_hdlc_send_frames()
/kernel/linux/common_modules/tzdriver/core/
H A Dsmc_smp.c1634 bool woke_up = false; local
1668 woke_up = true;
1675 } else if (!kernel_call && !woke_up) {
/kernel/linux/linux-5.10/kernel/
H A Dworkqueue.c2377 woke_up: in worker_thread()
2450 goto woke_up; in worker_thread()
/kernel/linux/linux-6.6/kernel/
H A Dworkqueue.c3126 woke_up: in worker_thread()
3190 goto woke_up; in worker_thread()

Completed in 20 milliseconds