Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/dev/virtio/vsock-rust/src/
Dpci.rs81 let ret = crate::vsock::vsock_tx_loop(device_for_tx); in init_vsock()
Dvsock.rs546 pub(crate) fn vsock_tx_loop<H, T>(device: Arc<VsockDevice<H, T>>) -> Result<(), Error> in vsock_tx_loop() function