Searched refs:wq_guard (Results 1 – 1 of 1) sorted by relevance
375 let mut wq_guard = self.wait_list.lock_irqsave(); in wakeup_any() localVariable376 wq_guard.retain(|(es, pcb)| { in wakeup_any()400 let mut wq_guard = self.wait_list.lock_irqsave(); in wakeup() localVariable401 wq_guard.retain(|(es, pcb)| { in wakeup()