Searched refs:with_queue (Results 1 – 1 of 1) sorted by relevance
125 0x18 => self.with_queue(queues, |q| q.size).unwrap_or(0), in read_common_config_word()126 0x1a => self.with_queue(queues, |q| q.vector).unwrap_or(0), in read_common_config_word()128 if self.with_queue(queues, |q| q.ready).unwrap_or(false) { in read_common_config_word()228 fn with_queue<U, F>(&self, queues: &[Queue], f: F) -> Option<U> in with_queue() method