| /linux/io_uring/ |
| H A D | advise.c | 21 u32 advice; member 28 u32 advice; member 43 ma->advice = READ_ONCE(sqe->fadvise_advice); in io_madvise_prep() 59 ret = do_madvise(current->mm, ma->addr, ma->len, ma->advice); in io_madvise() 69 switch (fa->advice) { in io_fadvise_force_async() 90 fa->advice = READ_ONCE(sqe->fadvise_advice); in io_fadvise_prep() 103 ret = vfs_fadvise(req->file, fa->offset, fa->len, fa->advice); in io_fadvise()
|
| /linux/arch/arm/kernel/ |
| H A D | sys_arm.c | 33 asmlinkage long sys_arm_fadvise64_64(int fd, int advice, in sys_arm_fadvise64_64() argument 36 return ksys_fadvise64_64(fd, offset, len, advice); in sys_arm_fadvise64_64()
|
| /linux/arch/hexagon/kernel/ |
| H A D | syscalltab.c | 19 SYSCALL_DEFINE6(hexagon_fadvise64_64, int, fd, int, advice, in SYSCALL_DEFINE6() argument 22 return ksys_fadvise64_64(fd, SC_VAL64(loff_t, offset), SC_VAL64(loff_t, len), advice); in SYSCALL_DEFINE6()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | syscalls.h | 106 size_t len, int advice); 132 size_t len, int advice); 141 long sys_ppc_fadvise64_64(int fd, int advice,
|
| /linux/arch/xtensa/kernel/ |
| H A D | syscall.c | 50 asmlinkage long xtensa_fadvise64_64(int fd, int advice, in xtensa_fadvise64_64() argument 53 return ksys_fadvise64_64(fd, offset, len, advice); in xtensa_fadvise64_64()
|
| /linux/arch/powerpc/kernel/ |
| H A D | syscalls.c | 104 int, fd, int, advice, u32, offset_high, u32, offset_low, in SYSCALL_DEFINE6() argument 108 merge_64(len_high, len_low), advice); in SYSCALL_DEFINE6()
|
| /linux/arch/sparc/kernel/ |
| H A D | systbls.h | 85 compat_size_t len, int advice); 89 int advice);
|
| /linux/arch/csky/include/asm/ |
| H A D | syscalls.h | 12 long sys_csky_fadvise64_64(int fd, int advice, loff_t offset, loff_t len);
|
| /linux/arch/sh/include/asm/ |
| H A D | syscalls_32.h | 19 u32 len0, u32 len1, int advice);
|
| /linux/fs/erofs/ |
| H A D | ishare.c | 167 loff_t len, int advice) in erofs_ishare_fadvise() argument 169 return vfs_fadvise(file->private_data, offset, len, advice); in erofs_ishare_fadvise()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | process_madv.c | 49 size_t vlen, int advice, unsigned int flags) in sys_process_madvise() argument 51 return syscall(__NR_process_madvise, pidfd, iovec, vlen, advice, flags); in sys_process_madvise()
|
| H A D | guard-regions.c | 127 size_t n, int advice, unsigned int flags) in sys_process_madvise() 129 return syscall(__NR_process_madvise, pidfd, iovec, n, advice, flags); in sys_process_madvise() 126 sys_process_madvise(int pidfd,const struct iovec * iovec,size_t n,int advice,unsigned int flags) sys_process_madvise() argument
|
| /linux/arch/arm/include/asm/ |
| H A D | syscalls.h | 11 asmlinkage long sys_arm_fadvise64_64(int fd, int advice,
|
| /linux/fs/netfs/ |
| H A D | fscache_cookie.c | 327 u8 advice, in fscache_alloc_cookie() argument 341 cookie->advice = advice; in fscache_alloc_cookie() 452 u8 advice, in __fscache_acquire_cookie() argument 470 cookie = fscache_alloc_cookie(volume, advice, in __fscache_acquire_cookie()
|
| /linux/Documentation/mm/ |
| H A D | index.rst | 6 of Linux. If you are looking for advice on simply allocating memory,
|
| /linux/Documentation/process/debugging/ |
| H A D | driver_development_debugging_guide.rst | 4 Debugging advice for driver development 14 For general debugging advice, see the :doc:`general advice document
|
| /linux/Documentation/admin-guide/ |
| H A D | reporting-regressions.rst | 151 should offer advice and reasonably help where they can, to make this process 164 Who can I ask for advice when it comes to regressions? 233 tracker for advice as outlined above. 241 doubt, ask for advice. 262 for advice as outlined above. 272 advice if in doubt. 353 the matter to the kernel's provider and ask for advice.
|
| /linux/Documentation/process/ |
| H A D | index.rst | 79 documents below provide general advice about debugging and describe our
|
| H A D | license-rules.rst | 202 Freeform text for usage advice. The text must include correct examples 383 Freeform text for usage advice. The text must be followed by correct
|
| /linux/Documentation/admin-guide/cifs/ |
| H A D | authors.rst | 24 thanks to the Samba team for their technical advice and encouragement.
|
| /linux/Documentation/filesystems/caching/ |
| H A D | backend-api.rst | 185 u8 advice; 220 * ``advice`` - Information about how the cookie is to be used.
|
| H A D | netfs-api.rst | 150 u8 advice,
|
| /linux/fs/cachefiles/ |
| H A D | ondemand.c | 629 if (!(object->cookie->advice & FSCACHE_ADV_WANT_CACHE_SIZE)) { in cachefiles_ondemand_init_open_req()
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | running_tips.rst | 267 The only vaguely KUnit-specific advice here is that you probably want to build
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | ksm.rst | 45 to cancel that advice and restore unshared pages: whereupon KSM
|