Searched refs:advice (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dfadvise.c27 SYSCALL_DEFINE(fadvise64_64)(int fd, loff_t offset, loff_t len, int advice) argument
53 switch (advice) {
60 /* no bad return value, but ignore advice */
77 switch (advice) {
138 asmlinkage long SyS_fadvise64_64(long fd, loff_t offset, loff_t len, long advice) argument
140 return SYSC_fadvise64_64((int) fd, offset, len, (int) advice);
147 SYSCALL_DEFINE(fadvise64)(int fd, loff_t offset, size_t len, int advice) argument
149 return sys_fadvise64_64(fd, offset, len, advice);
152 asmlinkage long SyS_fadvise64(long fd, loff_t offset, long len, long advice) argument
154 return SYSC_fadvise64((int) fd, offset, (size_t)len, (int)advice);
[all...]
H A Dksm.c1393 unsigned long end, int advice, unsigned long *vm_flags)
1398 switch (advice) {
1407 return 0; /* just ignore the advice */
1420 return 0; /* just ignore the advice */
1392 ksm_madvise(struct vm_area_struct *vma, unsigned long start, unsigned long end, int advice, unsigned long *vm_flags) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dsyscall.c53 asmlinkage long xtensa_fadvise64_64(int fd, int advice, unsigned long long offset, unsigned long long len) argument
55 return sys_fadvise64_64(fd, offset, len, advice);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dsys_sh32.c53 u32 len0, u32 len1, int advice)
57 (u64)len1 << 32 | len0, advice);
60 (u64)len0 << 32 | len1, advice);
52 sys_fadvise64_64_wrapper(int fd, u32 offset0, u32 offset1, u32 len0, u32 len1, int advice) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dsys.c61 u32 len, int advice)
64 len, advice);
68 u32 len_lo, u32 len_hi, int advice)
71 ((loff_t)len_hi << 32) | len_lo, advice);
60 sys32_fadvise64(int fd, u32 offset_lo, u32 offset_hi, u32 len, int advice) argument
67 sys32_fadvise64_64(int fd, u32 offset_lo, u32 offset_hi, u32 len_lo, u32 len_hi, int advice) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/console-tools/
H A Dloadfont.c64 struct unimapinit advice; local
90 advice.advised_hashsize = 0;
91 advice.advised_hashstep = 0;
92 advice.advised_hashlevel = 0;
93 xioctl(fd, PIO_UNIMAPCLR, &advice);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dsys_s390.c154 size_t, len, int, advice)
157 len, advice);
164 int advice; member in struct:fadvise64_64_args
173 return sys_fadvise64_64(a.fd, a.offset, a.len, a.advice);
H A Dentry.h36 size_t len, int advice);
H A Dcompat_linux.c686 int advice; member in struct:fadvise64_64_args
696 if (a.advice == 4)
697 a.advice = POSIX_FADV_DONTNEED;
698 else if (a.advice == 5)
699 a.advice = POSIX_FADV_NOREUSE;
700 return sys_fadvise64_64(a.fd, a.offset, a.len, a.advice);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dsyscalls.h42 u32 len, int advice);
44 u32 len_lo, u32 len_hi, int advice);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dksm.h24 unsigned long end, int advice, unsigned long *vm_flags);
111 unsigned long end, int advice, unsigned long *vm_flags)
110 ksm_madvise(struct vm_area_struct *vma, unsigned long start, unsigned long end, int advice, unsigned long *vm_flags) argument
H A Dsyscalls.h459 asmlinkage long sys_fadvise64(int fd, loff_t offset, size_t len, int advice);
460 asmlinkage long sys_fadvise64_64(int fd, loff_t offset, loff_t len, int advice);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dsys_arm.c129 asmlinkage long sys_arm_fadvise64_64(int fd, int advice, argument
132 return sys_fadvise64_64(fd, offset, len, advice);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsyscalls.c119 long ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low, argument
123 (u64)len_high << 32 | len_low, advice);
H A Dsys_ppc32.c587 size_t len, int advice)
590 advice);
586 ppc32_fadvise64(int fd, u32 unused, u32 offset_high, u32 offset_low, size_t len, int advice) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dsyscalls_32.h48 u32 len0, u32 len1, int advice);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dsys_parisc.c199 unsigned int high_len, unsigned int low_len, int advice)
202 (loff_t)high_len << 32 | low_len, advice);
197 parisc_fadvise64_64(int fd, unsigned int high_off, unsigned int low_off, unsigned int high_len, unsigned int low_len, int advice) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsys_sparc32.c494 compat_size_t len, int advice)
496 return sys_fadvise64_64(fd, (offhi << 32) | offlo, len, advice);
502 int advice)
507 advice);
491 compat_sys_fadvise64(int fd, unsigned long offhi, unsigned long offlo, compat_size_t len, int advice) argument
499 compat_sys_fadvise64_64(int fd, unsigned long offhi, unsigned long offlo, unsigned long lenhi, unsigned long lenlo, int advice) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/ia32/
H A Dsys_ia32.c484 __u32 len_low, __u32 len_high, int advice)
489 advice);
527 size_t len, int advice)
530 len, advice);
483 sys32_fadvise64_64(int fd, __u32 offset_low, __u32 offset_high, __u32 len_low, __u32 len_high, int advice) argument
526 sys32_fadvise64(int fd, unsigned offset_lo, unsigned offset_hi, size_t len, int advice) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtstring.tex82 \subsection{Some advice about using wxString}\label{wxstringadvices}
127 This leads us to the following general advice: all functions taking string
188 section \helpref{Some advice}{wxstringadvices}) this situation will almost
H A Dbody.tex653 This sounds like facetious advice, but it is surprising how often people
H A Dprint.tex788 advice on achieving the correct scaling for the page.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-cref.tex100 Do not use this option when reporting bugs or asking for advice.
152 or asking for advice. ``Officially'' allowed abbreviations are listed
1121 controlled by neighbour unreachability detection and by advice
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex99 a great help in giving advice for improvements to the manual.

Completed in 323 milliseconds