Home
last modified time | relevance | path

Searched refs:POSIX_FADV_DONTNEED (Results 1 – 25 of 2469) sorted by relevance

12345678910>>...99

/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-readahead.c141 defined(POSIX_FADV_DONTNEED) in stress_readahead()
142 if (posix_fadvise(fd, 0, readahead_bytes, POSIX_FADV_DONTNEED) < 0) { in stress_readahead()
149 (void)posix_fadvise(fd, 0, (off_t)~0, POSIX_FADV_DONTNEED); in stress_readahead()
150 (void)posix_fadvise(fd, 0, (off_t)-1, POSIX_FADV_DONTNEED); in stress_readahead()
152 (void)posix_fadvise(fd, (off_t)-1, 1, POSIX_FADV_DONTNEED); in stress_readahead()
241 defined(POSIX_FADV_DONTNEED) in stress_readahead()
242 ret = posix_fadvise(fd, 0, readahead_bytes, POSIX_FADV_DONTNEED); in stress_readahead()
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/
H A Dfadvise.h21 #define POSIX_FADV_DONTNEED 6 macro
24 #define POSIX_FADV_DONTNEED 4 macro
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Dfadvise.h21 #define POSIX_FADV_DONTNEED 6 macro
24 #define POSIX_FADV_DONTNEED 4 macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Dfadvise.h15 #define POSIX_FADV_DONTNEED 6 /* Don't need these pages. */ macro
18 #define POSIX_FADV_DONTNEED 4 /* Don't need these pages. */ macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/include/uapi/linux/
H A Dfadvise.h15 #define POSIX_FADV_DONTNEED 6 /* Don't need these pages. */ macro
18 #define POSIX_FADV_DONTNEED 4 /* Don't need these pages. */ macro
/dports/multimedia/libv4l/linux-5.13-rc2/tools/include/uapi/linux/
H A Dfadvise.h15 #define POSIX_FADV_DONTNEED 6 /* Don't need these pages. */ macro
18 #define POSIX_FADV_DONTNEED 4 /* Don't need these pages. */ macro
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Dfadvise.h15 #define POSIX_FADV_DONTNEED 6 /* Don't need these pages. */ macro
18 #define POSIX_FADV_DONTNEED 4 /* Don't need these pages. */ macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dfadvise.h15 #define POSIX_FADV_DONTNEED 6 /* Don't need these pages. */ macro
18 #define POSIX_FADV_DONTNEED 4 /* Don't need these pages. */ macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dfadvise.h15 #define POSIX_FADV_DONTNEED 6 /* Don't need these pages. */ macro
18 #define POSIX_FADV_DONTNEED 4 /* Don't need these pages. */ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/
H A Dfadvise.h15 #define POSIX_FADV_DONTNEED 6 /* Don't need these pages. */ macro
18 #define POSIX_FADV_DONTNEED 4 /* Don't need these pages. */ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/include/uapi/linux/
H A Dfadvise.h15 #define POSIX_FADV_DONTNEED 6 /* Don't need these pages. */ macro
18 #define POSIX_FADV_DONTNEED 4 /* Don't need these pages. */ macro
/dports/databases/beansdb/beansdb-0.7.1.4/src/
H A Dmfile.h37 posix_fadvise(f->fd, 0, pos, POSIX_FADV_DONTNEED); in mfile_dontneed()
46 posix_fadvise(fd, 0, pos - (64<<10), POSIX_FADV_DONTNEED); in file_dontneed()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/util/
H A Dutil_fadvise.c12 #if defined(POSIX_FADV_DONTNEED)
24 (void) FATR util_fadvise(buf, POSIX_FADV_DONTNEED); in util_fadvise_dontneed_()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/util/
H A Dutil_fadvise.c12 #if defined(POSIX_FADV_DONTNEED)
24 (void) FATR util_fadvise(buf, POSIX_FADV_DONTNEED); in util_fadvise_dontneed_()
/dports/benchmarks/stress-ng/stress-ng-0.13.09/test/
H A Dtest-posix-fadvise.c70 #if defined(POSIX_FADV_DONTNEED) in main()
72 ret = posix_fadvise(fd, 0, 1024, POSIX_FADV_DONTNEED); in main()
/dports/databases/postgresql12-client/postgresql-12.9/src/common/
H A Dfile_utils.c29 #elif defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED)
237 #elif defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED) in pre_sync_fname()
238 (void) posix_fadvise(fd, 0, 0, POSIX_FADV_DONTNEED); in pre_sync_fname()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/common/
H A Dfile_utils.c29 #elif defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED) in new_string_object()
237 #elif defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED) in normalize()
238 (void) posix_fadvise(fd, 0, 0, POSIX_FADV_DONTNEED); in normalize()
/dports/databases/postgresql12-server/postgresql-12.9/src/common/
H A Dfile_utils.c29 #elif defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED)
237 #elif defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED) in pre_sync_fname()
238 (void) posix_fadvise(fd, 0, 0, POSIX_FADV_DONTNEED); in pre_sync_fname()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/common/
H A Dfile_utils.c29 #elif defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED)
237 #elif defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED) in pre_sync_fname()
238 (void) posix_fadvise(fd, 0, 0, POSIX_FADV_DONTNEED); in pre_sync_fname()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/common/
H A Dfile_utils.c29 #elif defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED)
237 #elif defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED) in pre_sync_fname()
238 (void) posix_fadvise(fd, 0, 0, POSIX_FADV_DONTNEED); in pre_sync_fname()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/common/
H A Dfile_utils.c29 #elif defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED)
237 #elif defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED) in pre_sync_fname()
238 (void) posix_fadvise(fd, 0, 0, POSIX_FADV_DONTNEED); in pre_sync_fname()
/dports/databases/postgresql12-docs/postgresql-12.9/src/common/
H A Dfile_utils.c29 #elif defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED)
237 #elif defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED) in pre_sync_fname()
238 (void) posix_fadvise(fd, 0, 0, POSIX_FADV_DONTNEED); in pre_sync_fname()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/common/
H A Dfile_utils.c29 #elif defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED)
235 #elif defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED) in pre_sync_fname()
236 (void) posix_fadvise(fd, 0, 0, POSIX_FADV_DONTNEED); in pre_sync_fname()
/dports/databases/postgresql13-server/postgresql-13.5/src/common/
H A Dfile_utils.c29 #elif defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED)
235 #elif defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED) in pre_sync_fname()
236 (void) posix_fadvise(fd, 0, 0, POSIX_FADV_DONTNEED); in pre_sync_fname()
/dports/databases/postgresql13-docs/postgresql-13.5/src/common/
H A Dfile_utils.c29 #elif defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED)
235 #elif defined(USE_POSIX_FADVISE) && defined(POSIX_FADV_DONTNEED)
236 (void) posix_fadvise(fd, 0, 0, POSIX_FADV_DONTNEED);

12345678910>>...99