/linux-4.1.27/mm/ |
D | fadvise.c | 28 SYSCALL_DEFINE4(fadvise64_64, int, fd, loff_t, offset, loff_t, len, int, advice) in SYSCALL_DEFINE4() argument 56 switch (advice) { in SYSCALL_DEFINE4() 80 switch (advice) { in SYSCALL_DEFINE4() 157 SYSCALL_DEFINE4(fadvise64, int, fd, loff_t, offset, size_t, len, int, advice) in SYSCALL_DEFINE4() argument 159 return sys_fadvise64_64(fd, offset, len, advice); in SYSCALL_DEFINE4()
|
D | ksm.c | 1739 unsigned long end, int advice, unsigned long *vm_flags) in ksm_madvise() argument 1744 switch (advice) { in ksm_madvise()
|
D | huge_memory.c | 1923 unsigned long *vm_flags, int advice) in hugepage_madvise() argument 1925 switch (advice) { in hugepage_madvise()
|
/linux-4.1.27/arch/sh/kernel/ |
D | sys_sh32.c | 50 u32 len0, u32 len1, int advice) in sys_fadvise64_64_wrapper() argument 54 (u64)len1 << 32 | len0, advice); in sys_fadvise64_64_wrapper() 57 (u64)len0 << 32 | len1, advice); in sys_fadvise64_64_wrapper()
|
/linux-4.1.27/arch/arm/kernel/ |
D | sys_arm.c | 35 asmlinkage long sys_arm_fadvise64_64(int fd, int advice, in sys_arm_fadvise64_64() argument 38 return sys_fadvise64_64(fd, offset, len, advice); in sys_arm_fadvise64_64()
|
/linux-4.1.27/arch/tile/include/asm/ |
D | syscalls.h | 37 u32 len, int advice); 39 u32 len_lo, u32 len_hi, int advice);
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | syscalls.h | 36 u32 len, int advice); 38 u32 len_lo, u32 len_hi, int advice);
|
/linux-4.1.27/arch/x86/ia32/ |
D | sys_ia32.c | 196 __u32 len_low, __u32 len_high, int advice) in sys32_fadvise64_64() argument 201 advice); in sys32_fadvise64_64() 219 size_t len, int advice) in sys32_fadvise64() argument 222 len, advice); in sys32_fadvise64()
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | syscall.c | 54 asmlinkage long xtensa_fadvise64_64(int fd, int advice, in xtensa_fadvise64_64() argument 57 return sys_fadvise64_64(fd, offset, len, advice); in xtensa_fadvise64_64()
|
/linux-4.1.27/include/linux/ |
D | ksm.h | 21 unsigned long end, int advice, unsigned long *vm_flags); 80 unsigned long end, int advice, unsigned long *vm_flags) in ksm_madvise() argument
|
D | huge_mm.h | 124 unsigned long *vm_flags, int advice); 193 unsigned long *vm_flags, int advice) in hugepage_madvise() argument
|
D | syscalls.h | 460 asmlinkage long sys_fadvise64(int fd, loff_t offset, size_t len, int advice); 461 asmlinkage long sys_fadvise64_64(int fd, loff_t offset, loff_t len, int advice);
|
/linux-4.1.27/arch/tile/kernel/ |
D | sys.c | 68 u32 len_lo, u32 len_hi, int advice) in sys32_fadvise64_64() argument 71 ((loff_t)len_hi << 32) | len_lo, advice); in sys32_fadvise64_64()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | sys_sparc32.c | 227 compat_size_t len, int advice) in compat_sys_fadvise64() argument 229 return sys_fadvise64_64(fd, (offhi << 32) | offlo, len, advice); in compat_sys_fadvise64() 235 int advice) in compat_sys_fadvise64_64() argument 240 advice); in compat_sys_fadvise64_64()
|
D | systbls.h | 85 compat_size_t len, int advice); 89 int advice);
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | syscalls.c | 118 long ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low, in ppc_fadvise64_64() argument 122 (u64)len_high << 32 | len_low, advice); in ppc_fadvise64_64()
|
D | sys_ppc32.c | 114 size_t len, int advice) in ppc32_fadvise64() argument 117 advice); in ppc32_fadvise64()
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_linux.c | 492 int advice; member 501 if (a.advice == 4) in COMPAT_SYSCALL_DEFINE1() 502 a.advice = POSIX_FADV_DONTNEED; in COMPAT_SYSCALL_DEFINE1() 503 else if (a.advice == 5) in COMPAT_SYSCALL_DEFINE1() 504 a.advice = POSIX_FADV_NOREUSE; in COMPAT_SYSCALL_DEFINE1() 505 return sys_fadvise64_64(a.fd, a.offset, a.len, a.advice); in COMPAT_SYSCALL_DEFINE1()
|
/linux-4.1.27/arch/metag/kernel/ |
D | sys_metag.c | 122 unsigned long len_hi, int advice) in sys_fadvise64_64_metag() argument 125 merge_64(len_hi, len_lo), advice); in sys_fadvise64_64_metag()
|
/linux-4.1.27/arch/sh/include/asm/ |
D | syscalls_32.h | 20 u32 len0, u32 len1, int advice);
|
/linux-4.1.27/arch/parisc/kernel/ |
D | sys_parisc.c | 350 unsigned int high_len, unsigned int low_len, int advice) in parisc_fadvise64_64() argument 353 (loff_t)high_len << 32 | low_len, advice); in parisc_fadvise64_64()
|
/linux-4.1.27/Documentation/metag/ |
D | kernel-ABI.txt | 144 long sys_fadvise64_64(i32 fd, i64 offs, i64 len, i32 advice); 150 i32 len_hi, i32 advice) 156 D0.1 (D0Ar6) advice D1.1 (D1Ar5) hi(len)
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | AUTHORS | 19 thanks to the Samba team for their technical advice and encouragement.
|
/linux-4.1.27/Documentation/usb/ |
D | CREDITS | 127 pointing out mortal bugs and giving advice. 167 - Nathan Myers <ncm@cantrip.org>, for his advice! (hope you
|
/linux-4.1.27/Documentation/development-process/ |
D | 1.Intro | 41 Following the advice in this section should help to ensure the best 205 legal advice. The true legal status of closed-source modules can only be 271 questions are not lawyers and cannot provide legal advice. If you have
|
D | 7.AdvancedTopics | 158 piece of advice for reviewers (all reviewers) is this: phrase review
|
D | 2.Process | 464 Andrew Morton gives this advice for aspiring kernel developers
|
/linux-4.1.27/Documentation/vm/ |
D | ksm.txt | 28 that advice and restore unshared pages: whereupon KSM unmerges whatever
|
/linux-4.1.27/Documentation/filesystems/ |
D | ramfs-rootfs-initramfs.txt | 205 Note: The cpio man page contains some bad advice that will break your initramfs
|
/linux-4.1.27/Documentation/hwmon/ |
D | w83781d | 252 also gives advice for another Asus chipset, the Mozart-2 (which we
|
/linux-4.1.27/Documentation/networking/ |
D | ip-sysctl.txt | 589 It should not be changed without advice/request of technical 595 It should not be changed without advice/request of technical
|
D | arcnet-hardware.txt | 749 his advice about this!]
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 67 this advice. 409 Good advice: defer work to avoid synchronization. See page 90
|
D | whatisRCU.txt | 517 The summary of advice is the same as for the previous section, except
|
/linux-4.1.27/Documentation/power/ |
D | runtime_pm.txt | 798 unused; following this advice, drivers should not allow devices to be suspended
|