Home
last modified time | relevance | path

Searched refs:msync (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/ltp/testcases/kernel/mce-test/tsrc/
Dtsimpleinj.c114 expecterr("msync expect error", msync(page, PS, MS_SYNC)); in main()
126 expecterr("hole msync expect error", msync(page, PS, MS_SYNC)); in main()
151 expecterr("rfp msync expect error", msync(page, PS, MS_SYNC)); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
D15-1-buildonly.c25 dummyvar = msync; in dummyfcn()
/third_party/musl/src/mman/
Dmsync.c4 int msync(void *start, size_t len, int flags) in msync() function
/third_party/musl/porting/liteos_a/user/src/mman/
Dmsync.c5 int msync(void *start, size_t len, int flags) in msync() function
/third_party/musl/libc-test/src/functionalext/supplement/mman/
Dmsync.c47 int rev = msync(map, TEST_MS_SIZE, MS_ASYNC); in msync_0100()
Dtest_src_functionalext_supplement_mman.gni19 "msync",
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
D3-7.c62 result = msync(page_ptr, page_size, MS_SYNC | MS_INVALIDATE); in main()
D3-6.c71 result = msync(page_ptr, page_size, MS_SYNC | MS_INVALIDATE); in main()
/third_party/iowow/src/platform/win32/mman/
Dmman.h64 int msync(void *addr, size_t len, int flags);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D12-1.c73 msync(pa, size, MS_SYNC); in main()
D7-2.c74 if (msync(pa, size, MS_SYNC) != 0) { in main()
D7-1.c74 if (msync(pa, size, MS_SYNC) != 0) { in main()
/third_party/libinput/test/
Dvalgrind.suppressions44 msync(start)
/third_party/musl/libc-test/src/api/
Dsys_mman.c51 {int(*p)(void*,size_t,int) = msync;} in f()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Dcommon_sparse.h51 msync(p, size, MS_SYNC); in dirty_freeblocks()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/
D4-1.c88 if ((rc = msync(pa, size, MS_SYNC)) != 0) { in main()
/third_party/ltp/testcases/kernel/syscalls/msync/
Dmsync02.c94 TEST(msync(addr, page_sz, MS_INVALIDATE)); in main()
Dmsync04.c63 if (msync(mmaped_area, pagesize, MS_SYNC) < 0) { in test_msync()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmman.h112 int msync (void *, size_t, int);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmman.h118 int msync (void *, size_t, int);
/third_party/musl/ndk_musl_include/sys/
Dmman.h118 int msync (void *, size_t, int);
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmman.h121 int msync (void *, size_t, int);
/third_party/musl/include/sys/
Dmman.h118 int msync (void *, size_t, int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmman.h118 int msync (void *, size_t, int);
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmman.h118 int msync (void *, size_t, int);

1234