Home
last modified time | relevance | path

Searched refs:advise (Results 1 – 22 of 22) sorted by relevance

/linux-6.15/arch/s390/kernel/
H A Dcompat_linux.c247 …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()
H A Dcompat_linux.h94 long compat_sys_s390_fadvise64(int fd, u32 high, u32 low, compat_size_t len, int advise);
/linux-6.15/io_uring/
H A DMakefile13 sync.o msg_ring.o advise.o openclose.o \
/linux-6.15/fs/erofs/
H A Derofs_fs.h424 static inline int z_erofs_extent_recsize(unsigned int advise) in z_erofs_extent_recsize() argument
426 return 4 << ((advise >> Z_EROFS_ADVISE_EXTRECSZ_BIT) & in z_erofs_extent_recsize()
H A Dzmap.c32 unsigned int advise; in z_erofs_load_full_lcluster() local
40 advise = le16_to_cpu(di->di_advise); in z_erofs_load_full_lcluster()
41 m->type = advise & Z_EROFS_LI_LCLUSTER_TYPE_MASK; in z_erofs_load_full_lcluster()
56 m->partialref = !!(advise & Z_EROFS_LI_PARTIAL_REF); in z_erofs_load_full_lcluster()
/linux-6.15/Documentation/driver-api/media/drivers/
H A Dsh_mobile_ceu_camera.rst124 We choose to follow the advise and interpret cropping units as client input
/linux-6.15/Documentation/filesystems/
H A Djournalling.rst32 call 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
H A Dtmpfs.rst121 huge=advise Only allocate huge page if requested with madvise(2).
H A Dproc.rst590 sr sequential read advise provided
591 rr random read advise provided
603 hg huge page advise flag
604 nh no huge page advise flag
605 mg mergeable advise flag
/linux-6.15/Documentation/devicetree/bindings/cpu/
H A Dcpu-capacity.txt33 For the time being we however advise usage of the Dhrystone benchmark. What
/linux-6.15/Documentation/admin-guide/mm/
H A Dtranshuge.rst332 seven valid policies for shmem (``always``, ``within_size``, ``advise``,
338 four valid policies for tmpfs (``always``, ``within_size``, ``advise``,
387 advise
443 advise
/linux-6.15/Documentation/arch/riscv/
H A Dboot.rst168 compiled with those flags, we advise, as much as possible, not to use external
/linux-6.15/Documentation/gpu/amdgpu/display/
H A Ddisplay-contributing.rst83 strongly advise not to send huge patches changing these prefixes; otherwise, it
/linux-6.15/Documentation/input/
H A Dgamepad.rst77 change the mappings so you can advise users to set these.
/linux-6.15/Documentation/admin-guide/blockdev/
H A Dfloppy.rst97 allocated in virtual memory. However, I advise against this if
/linux-6.15/include/trace/events/
H A Df2fs.h198 __field(__u8, advise)
209 __entry->advise = F2FS_I(inode)->i_advise;
220 (unsigned char)__entry->advise)
/linux-6.15/Documentation/process/
H A Dapplying-patches.rst204 assume that either your patch file or your tree is broken and I'd advise you
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs609 between 2 (default) and 256 for POSIX_FADV_SEQUENTIAL advise option.
/linux-6.15/Documentation/kbuild/
H A Dkconfig-language.rst767 existing projects to not only help advise how to integrate this work upstream
/linux-6.15/Documentation/cdrom/
H A Dcdrom-standard.rst1031 - Try to recompile the drivers. We advise you to use modules, both
/linux-6.15/init/
H A DKconfig1780 applications to advise the kernel about their future memory or file
/linux-6.15/Documentation/admin-guide/
H A Dkernel-parameters.txt7111 and "advise").
7377 Format: [always|within_size|advise|never|deny|force]
7384 Format: [always|within_size|advise|never]