Searched refs:advise (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.4/arch/s390/kernel/ |
D | compat_linux.c | 247 …MPAT_SYSCALL_DEFINE5(s390_fadvise64, int, fd, u32, high, u32, low, compat_size_t, len, int, advise) in COMPAT_SYSCALL_DEFINE5() argument 249 if (advise == 4) in COMPAT_SYSCALL_DEFINE5() 250 advise = POSIX_FADV_DONTNEED; in COMPAT_SYSCALL_DEFINE5() 251 else if (advise == 5) in COMPAT_SYSCALL_DEFINE5() 252 advise = POSIX_FADV_NOREUSE; in COMPAT_SYSCALL_DEFINE5() 254 advise); in COMPAT_SYSCALL_DEFINE5()
|
D | compat_linux.h | 123 long compat_sys_s390_fadvise64(int fd, u32 high, u32 low, compat_size_t len, int advise);
|
/Linux-v5.4/fs/erofs/ |
D | zmap.c | 152 unsigned int advise, type; in vle_legacy_load_cluster_from_disk() local 162 advise = le16_to_cpu(di->di_advise); in vle_legacy_load_cluster_from_disk() 163 type = (advise >> Z_EROFS_VLE_DI_CLUSTER_TYPE_BIT) & in vle_legacy_load_cluster_from_disk()
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | sh_mobile_ceu_camera.rst | 124 We choose to follow the advise and interpret cropping units as client input
|
/Linux-v5.4/Documentation/filesystems/ |
D | journalling.rst | 32 call :c:func:`jbd2_journal_recover` if necessary. I would advise reading 96 transaction. I advise having a look at at least ext4_jbd.h to see the
|
D | proc.txt | 508 sr - sequential read advise provided 509 rr - random read advise provided 519 hg - huge page advise flag 520 nh - no-huge page advise flag 521 mg - mergable advise flag
|
/Linux-v5.4/Documentation/devicetree/bindings/arm/ |
D | cpu-capacity.txt | 33 For the time being we however advise usage of the Dhrystone benchmark. What
|
/Linux-v5.4/include/trace/events/ |
D | f2fs.h | 171 __field(__u8, advise) 182 __entry->advise = F2FS_I(inode)->i_advise; 193 (unsigned char)__entry->advise)
|
/Linux-v5.4/Documentation/input/ |
D | gamepad.rst | 77 change the mappings so you can advise users to set these.
|
/Linux-v5.4/Documentation/admin-guide/blockdev/ |
D | floppy.rst | 97 allocated in virtual memory. However, I advise against this if
|
/Linux-v5.4/Documentation/admin-guide/mm/ |
D | transhuge.rst | 247 advise
|
/Linux-v5.4/Documentation/process/ |
D | applying-patches.rst | 204 assume that either your patch file or your tree is broken and I'd advise you
|
/Linux-v5.4/Documentation/kbuild/ |
D | kconfig-language.rst | 691 existing projects to not only help advise how to integrate this work upstream
|
/Linux-v5.4/Documentation/cdrom/ |
D | cdrom-standard.rst | 1046 - Try to recompile the drivers. We advise you to use modules, both
|
/Linux-v5.4/init/ |
D | Kconfig | 1562 applications to advise the kernel about their future memory or file
|