Searched refs:wakeup_all (Results 1 – 7 of 7) sorted by relevance
104 inner.wait_queue.wakeup_all(None); in complete_all()
216 pub fn wakeup_all(&self, state: Option<ProcessState>) { in wakeup_all() method379 pub fn wakeup_all(&self) { in wakeup_all() method
53 - waitqueue: 增加wakeup_all和sleep_without_schedule的功能 (#247)(#253)201 2.WaitQueue增加wakeup_all的功能
291 .wakeup_all(Some(ProcessState::Blocked(true))); in close()303 .wakeup_all(Some(ProcessState::Blocked(true))); in close()
353 PROBE_WAIT_QUEUE.wakeup_all(None); in probe_device()
702 self.epoll_wq.wakeup_all(None); in ep_wake_all()
2025 core.read_wq().wakeup_all(); in set_termios()2026 core.write_wq().wakeup_all(); in set_termios()