Home
last modified time | relevance | path

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

/external/rust/crates/vhost-device-vsock/src/
Dvhu_vsock_thread.rs225 pub fn epoll_modify(epoll_fd: RawFd, fd: RawFd, evset: epoll::Events) -> Result<()> { in epoll_modify() method
372 Self::epoll_modify( in handle_event()
783 assert!(VhostUserVsockThread::epoll_modify( in test_vsock_thread()
848 assert!(VhostUserVsockThread::epoll_modify(-1, -1, epoll::Events::EPOLLIN).is_err()); in test_vsock_thread_failures()
Dvsock_conn.rs177 if VhostUserVsockThread::epoll_modify( in recv_pkt()
260 if VhostUserVsockThread::epoll_modify( in send_pkt()