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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/include/asm/
H A Dsyscalls.h42 u32 len, int advice);
44 u32 len_lo, u32 len_hi, int advice);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/console-tools/
H A Dloadfont.c155 struct unimapinit advice; local
214 advice.advised_hashsize = 0;
215 advice.advised_hashstep = 0;
216 advice.advised_hashlevel = 0;
217 xioctl(fd, PIO_UNIMAPCLR, &advice);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/console-tools/
H A Dloadfont.c155 struct unimapinit advice; local
214 advice.advised_hashsize = 0;
215 advice.advised_hashstep = 0;
216 advice.advised_hashlevel = 0;
217 xioctl(fd, PIO_UNIMAPCLR, &advice);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/console-tools/
H A Dloadfont.c155 struct unimapinit advice; local
214 advice.advised_hashsize = 0;
215 advice.advised_hashstep = 0;
216 advice.advised_hashlevel = 0;
217 xioctl(fd, PIO_UNIMAPCLR, &advice);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/include/asm/
H A Dsyscalls_32.h48 u32 len0, u32 len1, int advice);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/include/asm/
H A Dsyscalls_32.h48 u32 len0, u32 len1, int advice);

Completed in 240 milliseconds

12