Home
last modified time | relevance | path

Searched refs:remap_file_pages (Results 1 – 12 of 12) sorted by relevance

/linux/Documentation/translations/zh_CN/mm/
H A Dremap_file_pages.rst1 :Original: Documentation/mm/remap_file_pages.rst
11 remap_file_pages()系统调用
14 remap_file_pages()系统调用被用来创建一个非线性映射,也就是说,在这个映射中,
15 文件的页面被无序映射到内存中。使用remap_file_pages()比重复调用mmap(2)的好
23 幸运的是,在生活中并没有很多remap_file_pages()的用户。只知道有一个企业的RDBMS
28 对于remap_file_pages()的少数用户来说,它的工作速度会变慢,但ABI被保留了。
/linux/Documentation/mm/
H A Dremap_file_pages.rst2 remap_file_pages() system call
5 The remap_file_pages() system call is used to create a nonlinear mapping,
7 nonsequential order in memory. The advantage of using remap_file_pages()
19 Fortunately, there are not many users of remap_file_pages() in the wild.
27 work slower for rare users of remap_file_pages() but ABI is preserved.
H A Dindex.rst58 remap_file_pages
/linux/kernel/
H A Dsys_ni.c189 COND_SYSCALL(remap_file_pages);
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl221 210 n64 remap_file_pages sys_remap_file_pages
/linux/scripts/
H A Dsyscall.tbl280 234 common remap_file_pages sys_remap_file_pages
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl228 216 common remap_file_pages sys_remap_file_pages
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl228 216 common remap_file_pages sys_remap_file_pages
H A Dsyscall_32.tbl272 257 i386 remap_file_pages sys_remap_file_pages
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl305 239 common remap_file_pages sys_remap_file_pages
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl276 267 common remap_file_pages sys_remap_file_pages sys_remap_file_pages
/linux/mm/
H A Dmmap.c1091 SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size, in SYSCALL_DEFINE5() argument