Searched refs:current_io (Results 1 – 1 of 1) sorted by relevance
370 current_io: Option<IoBuffer<'b>>, field376 Self { io, current_io: None } in new()381 self.current_io.as_ref().map(|v| v.is_pending()).unwrap_or(false) in is_pending()390 match self.current_io.as_mut() { in update_status()398 if self.current_io.is_some() { in poll()413 match self.current_io.as_ref() { in is_aborted()430 match self.current_io.is_some() { in check_busy()467 self.current_io = Some(io_buffer); in write()504 self.current_io = Some(io_buffer); in read()512 match self.current_io { in take_io_buffer()[all …]