Searched refs:wq_guard (Results 1 – 1 of 1) sorted by relevance
337 let mut wq_guard = self.wait_list.lock_irqsave(); in wakeup_any() localVariable338 wq_guard.retain(|(es, pcb)| { in wakeup_any()362 let mut wq_guard = self.wait_list.lock_irqsave(); in wakeup() localVariable363 wq_guard.retain(|(es, pcb)| { in wakeup()