Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dvector_user.h88 extern int uml_vector_writev(int fd, void *hdr, int iovcount);
H A Dvector_user.c706 int uml_vector_writev(int fd, void *hdr, int iovcount) in uml_vector_writev() argument
710 CATCH_EINTR(n = writev(fd, (struct iovec *) hdr, iovcount)); in uml_vector_writev()
/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dnet.c1042 unsigned *iovcount, in get_rx_bufs() argument
1091 *iovcount = seg; in get_rx_bufs()