Searched refs:msync (Results 1 - 16 of 16) sorted by relevance

/external/v8/src/arm/
H A Dcpu-arm.cc39 msync(start, size, MS_SYNC | MS_INVALIDATE_ICACHE);
/external/fio/os/windows/posix/include/sys/
H A Dmman.h32 int msync(void *addr, size_t len, int flags);
/external/fio/engines/
H A Dmmap.c179 if (msync(fmd->mmap_ptr, fmd->mmap_sz, MS_SYNC)) {
181 td_verror(td, io_u->error, "msync");
195 if (msync(io_u->mmap_data, io_u->xfer_buflen, MS_SYNC) < 0) {
197 td_verror(td, io_u->error, "msync");
/external/ltrace/etc/
H A Dsyscalls.conf81 int msync(addr,ulong,int);
/external/libunwind/src/x86/
H A DGinit.c119 if (msync ((void *) addr, len, MS_ASYNC) == -1)
/external/libunwind/src/x86_64/
H A DGinit.c77 return msync (addr, len, MS_ASYNC);
91 check if we can actually use it. If not, use msync() instead. */
105 Debug(1, "using msync to validate memory\n");
/external/vboot_reference/futility/
H A Dmisc.c284 (0 != msync(mmap_ptr, len, MS_SYNC|MS_INVALIDATE))) {
285 fprintf(stderr, "msync failed: %s\n", strerror(errno));
/external/llvm/test/MC/PowerPC/
H A Dppc64-encoding-bookII.s105 msync
/external/strace/
H A Dsys_func.h136 extern SYS_FUNC(msync);
H A Dmem.c238 SYS_FUNC(msync)
/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c248 if (msync(write_buffer, file_size, MS_SYNC) == -1) {
250 fprintf(stderr, "profiling: %s: cannot msync: %s\n", filename,
/external/elfutils/src/libelf/
H A Delf32_updatefile.c441 (void) msync (msync_start, msync_end - msync_start, MS_SYNC);
/external/fio/os/windows/
H A Dposix.c675 int msync(void *addr, size_t len, int flags) function
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp1699 Syscall param msync(start) contains uninitialised byte(s)
1703 Syscall param msync(length) contains uninitialised byte(s)
1707 Syscall param msync(flags) contains uninitialised byte(s)
1711 Syscall param msync(start) points to unaddressable byte(s)
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c1275 indicate a valid recovery record. In total 4 fsync/msync calls are
1287 fsync/msync calls are made.
1753 if (msync(moffset + (char *)tdb->map_ptr,
1756 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_transaction: msync failed - %s\n",
2111 /* on some systems (like Linux 2.6.x) changes via mmap/msync
/external/e2fsprogs/
H A Dconfigure11044 for ac_func in __secure_getenv backtrace blkid_probe_get_topology chflags fallocate fallocate64 fchown fdatasync fstat64 ftruncate64 getdtablesize getmntinfo getpwuid_r getrlimit getrusage jrand48 llseek lseek64 mallinfo mbstowcs memalign mmap msync nanosleep open64 pathconf posix_fadvise posix_memalign prctl secure_getenv setmntent setresgid setresuid srandom strcasecmp strdup strnlen strptime strtoull sync_file_range sysconf usleep utime valloc

Completed in 496 milliseconds