Home
last modified time | relevance | path

Searched defs:bufs (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dasync_buf_write.rs90 let bufs = &mut [IoSlice::new(buf1), IoSlice::new(buf2), IoSlice::new(buf3)][..]; in sdv_buf_writer_write_vectored() localVariable
186 let bufs = &mut [IoSlice::new(buf1), IoSlice::new(buf2), IoSlice::new(buf3)][..]; in sdv_buf_writer_write_vectored_2() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dwrite_task.rs76 bufs: &'a [IoSlice<'b>], field