Searched refs:next_op_token (Results 1 – 1 of 1) sorted by relevance
285 let next_op_token = entry.key(); in wake() localVariable286 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() localVariable489 .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() localVariable523 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() localVariable547 .add_fsync(src.as_raw_fd(), usize_to_u64(next_op_token)) in submit_fsync()[all …]