Home
last modified time | relevance | path

Searched refs:advice (Results 1 – 35 of 35) sorted by relevance

/linux-4.1.27/mm/
Dfadvise.c28 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()
Dksm.c1739 unsigned long end, int advice, unsigned long *vm_flags) in ksm_madvise() argument
1744 switch (advice) { in ksm_madvise()
Dhuge_memory.c1923 unsigned long *vm_flags, int advice) in hugepage_madvise() argument
1925 switch (advice) { in hugepage_madvise()
/linux-4.1.27/arch/sh/kernel/
Dsys_sh32.c50 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/
Dsys_arm.c35 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/
Dsyscalls.h37 u32 len, int advice);
39 u32 len_lo, u32 len_hi, int advice);
/linux-4.1.27/arch/c6x/include/asm/
Dsyscalls.h36 u32 len, int advice);
38 u32 len_lo, u32 len_hi, int advice);
/linux-4.1.27/arch/x86/ia32/
Dsys_ia32.c196 __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/
Dsyscall.c54 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/
Dksm.h21 unsigned long end, int advice, unsigned long *vm_flags);
80 unsigned long end, int advice, unsigned long *vm_flags) in ksm_madvise() argument
Dhuge_mm.h124 unsigned long *vm_flags, int advice);
193 unsigned long *vm_flags, int advice) in hugepage_madvise() argument
Dsyscalls.h460 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/
Dsys.c68 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/
Dsys_sparc32.c227 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()
Dsystbls.h85 compat_size_t len, int advice);
89 int advice);
/linux-4.1.27/arch/powerpc/kernel/
Dsyscalls.c118 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()
Dsys_ppc32.c114 size_t len, int advice) in ppc32_fadvise64() argument
117 advice); in ppc32_fadvise64()
/linux-4.1.27/arch/s390/kernel/
Dcompat_linux.c492 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/
Dsys_metag.c122 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/
Dsyscalls_32.h20 u32 len0, u32 len1, int advice);
/linux-4.1.27/arch/parisc/kernel/
Dsys_parisc.c350 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/
Dkernel-ABI.txt144 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/
DAUTHORS19 thanks to the Samba team for their technical advice and encouragement.
/linux-4.1.27/Documentation/usb/
DCREDITS127 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/
D1.Intro41 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
D7.AdvancedTopics158 piece of advice for reviewers (all reviewers) is this: phrase review
D2.Process464 Andrew Morton gives this advice for aspiring kernel developers
/linux-4.1.27/Documentation/vm/
Dksm.txt28 that advice and restore unshared pages: whereupon KSM unmerges whatever
/linux-4.1.27/Documentation/filesystems/
Dramfs-rootfs-initramfs.txt205 Note: The cpio man page contains some bad advice that will break your initramfs
/linux-4.1.27/Documentation/hwmon/
Dw83781d252 also gives advice for another Asus chipset, the Mozart-2 (which we
/linux-4.1.27/Documentation/networking/
Dip-sysctl.txt589 It should not be changed without advice/request of technical
595 It should not be changed without advice/request of technical
Darcnet-hardware.txt749 his advice about this!]
/linux-4.1.27/Documentation/RCU/
DRTFP.txt67 this advice.
409 Good advice: defer work to avoid synchronization. See page 90
DwhatisRCU.txt517 The summary of advice is the same as for the previous section, except
/linux-4.1.27/Documentation/power/
Druntime_pm.txt798 unused; following this advice, drivers should not allow devices to be suspended