Searched refs:nr_segs (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/include/lapi/ |
H A D | vmsplice.h | 17 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 D | vmsplice02.c | 14 * 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 D | mod.rs | 3261 nr_segs: ::size_t, in vmsplice()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 4123 nr_segs: ::size_t, in vmsplice()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 4159 nr_segs: ::size_t, in vmsplice()
|
Completed in 35 milliseconds