Home
last modified time | relevance | path

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

/external/rust/crates/vmm_vhost/src/vhost_user/
Dconnection.rs141 let mut data_total = 0; in send_iovec_all() localVariable
144 data_total += len; in send_iovec_all()
147 while (data_total - data_sent) > 0 { in send_iovec_all()
356 let mut data_total = 0; in recv_into_iovec_all() localVariable
360 data_total += len; in recv_into_iovec_all()
363 while (data_total - data_read) > 0 { in recv_into_iovec_all()