Home
last modified time | relevance | path

Searched refs:wakeup_all (Results 1 – 9 of 9) sorted by relevance

/DragonOS/kernel/src/sched/
H A Dcompletion.rs105 inner.wait_queue.wakeup_all(None); in complete_all()
/DragonOS/kernel/src/driver/tty/pty/
H A Dunix98pty.rs71 to.core().read_wq().wakeup_all(); in flush_buffer()
147 link.read_wq().wakeup_all(); in set_termios()
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.7.md53 - waitqueue: 增加wakeup_all和sleep_without_schedule的功能 (#247)(#253)
201 2.WaitQueue增加wakeup_all的功能
/DragonOS/kernel/src/libs/
H A Dwait_queue.rs248 pub fn wakeup_all(&self, state: Option<ProcessState>) { in wakeup_all() method
417 pub fn wakeup_all(&self) { in wakeup_all() method
/DragonOS/kernel/src/ipc/
H A Dpipe.rs323 .wakeup_all(Some(ProcessState::Blocked(true))); in close()
334 .wakeup_all(Some(ProcessState::Blocked(true))); in close()
/DragonOS/kernel/src/filesystem/
H A Deventfd.rs192 self.wait_queue.wakeup_all(None); in write_at()
/DragonOS/kernel/src/driver/base/device/
H A Ddd.rs352 PROBE_WAIT_QUEUE.wakeup_all(None); in probe_device()
/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs1536 link.core().read_wq().wakeup_all(); in packet_mode_flush()
2053 core.read_wq().wakeup_all(); in set_termios()
2054 core.write_wq().wakeup_all(); in set_termios()
/DragonOS/kernel/src/net/event_poll/
H A Dmod.rs708 self.epoll_wq.wakeup_all(None); in ep_wake_all()