Home
last modified time | relevance | path

Searched defs:advice (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/mm/
H A Dfadvise.c32 int generic_fadvise(struct file *file, loff_t offset, loff_t len, int advice) in generic_fadvise()
181 int vfs_fadvise(struct file *file, loff_t offset, loff_t len, int advice) in vfs_fadvise()
192 int ksys_fadvise64_64(int fd, loff_t offset, loff_t len, int advice) in ksys_fadvise64_64()
206 SYSCALL_DEFINE4(fadvise64_64, int, fd, loff_t, offset, loff_t, len, int, advice) in SYSCALL_DEFINE4() argument
213 SYSCALL_DEFINE4(fadvise64, int, fd, loff_t, offset, size_t, len, int, advice) in SYSCALL_DEFINE4() argument
H A Dkhugepaged.c346 unsigned long *vm_flags, int advice) in hugepage_madvise()
H A Dksm.c2439 unsigned long end, int advice, unsigned long *vm_flags) in ksm_madvise()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsys_arm.c32 asmlinkage long sys_arm_fadvise64_64(int fd, int advice, in sys_arm_fadvise64_64()
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dsys_sh32.c52 u32 len0, u32 len1, int advice) in sys_fadvise64_64_wrapper()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dsyscall.c54 asmlinkage long xtensa_fadvise64_64(int fd, int advice, in xtensa_fadvise64_64()
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duverbs_std_types_mr.c51 enum ib_uverbs_advise_mr_advice advice; in UVERBS_HANDLER() local
H A Dverbs.c2096 int ib_advise_mr(struct ib_pd *pd, enum ib_uverbs_advise_mr_advice advice, in ib_advise_mr()
/OK3568_Linux_fs/kernel/include/linux/
H A Dksm.h70 unsigned long end, int advice, unsigned long *vm_flags) in ksm_madvise()
H A Dsyscalls.h1282 int advice) in ksys_fadvise64_64()
H A Dhuge_mm.h421 unsigned long *vm_flags, int advice) in hugepage_madvise()
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dsyscall.c38 int, advice, in SYSCALL_DEFINE4() argument
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dsys_nds32.c23 SYSCALL_DEFINE4(fadvise64_64_wrapper,int, fd, int, advice, loff_t, offset, in SYSCALL_DEFINE4() argument
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsyscalls.c114 long ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low, in ppc_fadvise64_64()
H A Dsys_ppc32.c101 size_t len, int advice) in ppc32_fadvise64()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dsys_sparc32.c209 compat_size_t, len, int, advice) in COMPAT_SYSCALL_DEFINE5() argument
215 u32, lenhi, u32, lenlo, int, advice) in COMPAT_SYSCALL_DEFINE6() argument
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsys_ia32.c89 int, advice) in SYSCALL_DEFINE6() argument
113 unsigned int, offset_hi, size_t, len, int, advice) in SYSCALL_DEFINE5() argument
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dodp.c1745 get_prefetchable_mr(struct ib_pd *pd, enum ib_uverbs_advise_mr_advice advice, in get_prefetchable_mr()
1803 enum ib_uverbs_advise_mr_advice advice, in init_prefetch_work()
1830 enum ib_uverbs_advise_mr_advice advice, in mlx5_ib_prefetch_sg_list()
1863 enum ib_uverbs_advise_mr_advice advice, in mlx5_ib_advise_mr_prefetch()
H A Dmr.c1310 enum ib_uverbs_advise_mr_advice advice, in mlx5_ib_advise_mr()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsys32.c106 COMPAT_SYSCALL_DEFINE6(aarch32_fadvise64_64, int, fd, int, advice, in COMPAT_SYSCALL_DEFINE6() argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A D__init__.py180 def deprecated(func, name=None, advice=""): argument
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dsys_parisc.c342 unsigned int high_len, unsigned int low_len, int advice) in parisc_fadvise64_64()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dfile.c538 static int ovl_fadvise(struct file *file, loff_t offset, loff_t len, int advice) in ovl_fadvise()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_file.c1040 int advice) in xfs_file_fadvise()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dcompat_linux.c261 int advice; member

12