Home
last modified time | relevance | path

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

12

/openbmc/linux/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);
/openbmc/linux/io_uring/
H A DMakefile6 sync.o advise.o filetable.o \
/openbmc/linux/fs/erofs/
H A Dzmap.c34 unsigned int advise, type; in z_erofs_load_full_lcluster() local
45 advise = le16_to_cpu(di->di_advise); in z_erofs_load_full_lcluster()
46 type = (advise >> Z_EROFS_LI_LCLUSTER_TYPE_BIT) & in z_erofs_load_full_lcluster()
67 if (advise & Z_EROFS_LI_PARTIAL_REF) in z_erofs_load_full_lcluster()
H A Derofs_fs.h270 __le16 advise; /* always 0, don't care for now */ member
/openbmc/openbmc/poky/meta/recipes-core/os-release/
H A Dos-release.bb31 # advise developers leave it as this value to clearly identify the
/openbmc/linux/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
/openbmc/linux/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.rst553 sr sequential read advise provided
554 rr random read advise provided
566 hg huge page advise flag
567 nh no huge page advise flag
568 mg mergeable advise flag
/openbmc/qemu/docs/devel/
H A Dconflict-resolution.rst68 In the event of severe harassment, the leadership committee may advise that
/openbmc/linux/Documentation/devicetree/bindings/cpu/
H A Dcpu-capacity.txt33 For the time being we however advise usage of the Dhrystone benchmark. What
/openbmc/qemu/docs/devel/migration/
H A Dpostcopy.rst121 precopy, except for the addition of a 'postcopy advise' command at
148 reading the migration stream; the 'postcopy advise' and 'discard' commands
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch144 int c, range = 0, advise = POSIX_FADV_NORMAL;
241 int advise = MADV_NORMAL, c;
/openbmc/openbmc/poky/documentation/test-manual/
H A Dreproducible-builds.rst43 We strongly advise you to make sure your project builds reproducibly
/openbmc/linux/Documentation/riscv/
H A Dboot.rst168 compiled with those flags, we advise, as much as possible, not to use external
/openbmc/linux/Documentation/input/
H A Dgamepad.rst77 change the mappings so you can advise users to set these.
/openbmc/linux/include/trace/events/
H A Df2fs.h185 __field(__u8, advise)
196 __entry->advise = F2FS_I(inode)->i_advise;
207 (unsigned char)__entry->advise)
/openbmc/linux/Documentation/admin-guide/blockdev/
H A Dfloppy.rst97 allocated in virtual memory. However, I advise against this if
/openbmc/linux/Documentation/admin-guide/mm/
H A Dtranshuge.rst259 advise
/openbmc/qemu/migration/
H A Dtrace-events236 qemu_rdma_advise_mr(const char *name, uint32_t len, uint64_t addr, const char *res) "Try to advise
/openbmc/linux/Documentation/process/
H A Dapplying-patches.rst204 assume that either your patch file or your tree is broken and I'd advise you
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs588 between 2 (default) and 256 for POSIX_FADV_SEQUENTIAL advise option.
/openbmc/linux/Documentation/kbuild/
H A Dkconfig-language.rst760 existing projects to not only help advise how to integrate this work upstream
/openbmc/qemu/docs/devel/testing/
H A Dmain.rst537 maintainers can advise on this when the issue is filed.

12