Home
last modified time | relevance | path

Searched refs:nr_segs (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/include/lapi/
H A Dvmsplice.h17 unsigned long nr_segs, unsigned int flags) in vmsplice()
19 return tst_syscall(__NR_vmsplice, fd, iov, nr_segs, flags); in vmsplice()
16 vmsplice(int fd, const struct iovec *iov, unsigned long nr_segs, unsigned int flags) vmsplice() argument
/third_party/ltp/testcases/kernel/syscalls/vmsplice/
H A Dvmsplice02.c14 * nr_segs is greater than IOV_MAX.
43 unsigned long nr_segs; member
65 TEST(vmsplice(*(tc->fd), tc->iov, tc->nr_segs, 0)); in vmsplice_verify()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3261 nr_segs: ::size_t, in vmsplice()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs4123 nr_segs: ::size_t, in vmsplice()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4159 nr_segs: ::size_t, in vmsplice()

Completed in 35 milliseconds