Home
last modified time | relevance | path

Searched refs:next_op_token (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/cros_async/src/
During_executor.rs285 let next_op_token = entry.key(); in wake() localVariable
286 if let Err(e) = self.ctx.add_nop(usize_to_u64(next_op_token)) { in wake()
487 let next_op_token = entry.key(); in submit_poll() localVariable
489 .add_poll_fd(src.as_raw_fd(), events, usize_to_u64(next_op_token)) in submit_poll()
499 Ok(WakerToken(next_op_token)) in submit_poll()
516 let next_op_token = entry.key(); in submit_fallocate() localVariable
523 usize_to_u64(next_op_token), in submit_fallocate()
534 Ok(WakerToken(next_op_token)) in submit_fallocate()
545 let next_op_token = entry.key(); in submit_fsync() localVariable
547 .add_fsync(src.as_raw_fd(), usize_to_u64(next_op_token)) in submit_fsync()
[all …]