Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/mem/vma/
H A Dvma03.c27 * The normal mmap paths all avoid creating a mapping where the pgoff
35 * wrap pgoff. Notice that it only works on 32-bit arch for now.
74 off_t pgoff; in main() local
92 * The pgoff is counted in 4K units and must be page-aligned, in main()
96 pgoff = (ULONG_MAX - 1)&(~((pgsz-1)>>12)); in main()
98 fd, pgoff); in main()
/third_party/musl/src/linux/
H A Dremap_file_pages.c5 int remap_file_pages(void *addr, size_t size, int prot, size_t pgoff, int flags) in remap_file_pages() argument
7 return syscall(SYS_remap_file_pages, addr, size, prot, pgoff, flags); in remap_file_pages()
/third_party/ltp/testcases/kernel/syscalls/remap_file_pages/
H A Dremap_file_pages02.c27 * 02/11/2008 - Removed the pgoff test case, as the latest kernels doesn't
67 ssize_t pgoff; member
81 tcases[i].prot, tcases[i].pgoff, in run()
/third_party/ltp/testcases/kernel/mce-test/tools/
H A Dpage-types.c765 unsigned long long pgoff; in parse_pid() local
775 &pgoff, in parse_pid()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4093 pgoff: ::size_t, in remap_file_pages()

Completed in 15 milliseconds