Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/sched/
Dcompletion.rs104 inner.wait_queue.wakeup_all(None); in complete_all()
/DragonOS-0.1.9/kernel/src/libs/
Dwait_queue.rs216 pub fn wakeup_all(&self, state: Option<ProcessState>) { in wakeup_all() method
379 pub fn wakeup_all(&self) { in wakeup_all() method
/DragonOS-0.1.9/docs/community/ChangeLog/V0.1.x/
DV0.1.7.md53 - waitqueue: 增加wakeup_all和sleep_without_schedule的功能 (#247)(#253)
201 2.WaitQueue增加wakeup_all的功能
/DragonOS-0.1.9/kernel/src/ipc/
Dpipe.rs291 .wakeup_all(Some(ProcessState::Blocked(true))); in close()
303 .wakeup_all(Some(ProcessState::Blocked(true))); in close()
/DragonOS-0.1.9/kernel/src/driver/base/device/
Ddd.rs353 PROBE_WAIT_QUEUE.wakeup_all(None); in probe_device()
/DragonOS-0.1.9/kernel/src/net/event_poll/
Dmod.rs702 self.epoll_wq.wakeup_all(None); in ep_wake_all()
/DragonOS-0.1.9/kernel/src/driver/tty/tty_ldisc/
Dntty.rs2025 core.read_wq().wakeup_all(); in set_termios()
2026 core.write_wq().wakeup_all(); in set_termios()