HomeSort by relevance Sort by last modified time
    Searched refs:nr_segs (Results 1 - 3 of 3) sorted by null

  /external/ltp/include/lapi/
vmsplice.h 31 unsigned long nr_segs, unsigned int flags)
33 return tst_syscall(__NR_vmsplice, fd, iov, nr_segs, flags);
  /external/ltp/testcases/kernel/syscalls/vmsplice/
vmsplice02.c 25 * nr_segs is greater than IOV_MAX.
56 unsigned long nr_segs; member in struct:tcase
83 TEST(vmsplice(*(tc->fd), tc->iov, tc->nr_segs, 0));
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]

Completed in 116 milliseconds