Home
last modified time | relevance | path

Searched refs:mlock (Results 1 – 25 of 67) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/mincore/
Dmincore03.c23 bool mlock; member
54 if (tc->mlock) in test_mincore()
71 if (tc->mlock) in test_mincore()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
D11-1-buildonly.c24 dummyvar = mlock; in dummyfcn()
/third_party/musl/src/mman/
Dmlock.c4 int mlock(const void *addr, size_t len) in mlock() function
/third_party/musl/src/linux/
Dmlock2.c8 return mlock(addr, len); in mlock2()
/third_party/musl/porting/liteos_a/user/src/mman/
Dmlock.c5 int mlock(const void *addr, size_t len) in mlock() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/
D5-1.c32 result = mlock(ptr, BUFSIZE); in main()
D8-1.c47 result = mlock(page_ptr, BUFSIZE); in main()
D10-1.c42 result = mlock(notpage_ptr, page_size - 1); in main()
D12-1.c93 result = mlock(ptr, BUFSIZE); in main()
/third_party/musl/libc-test/src/functionalext/supplement/mman/
Dmlock.c35 int result = mlock(memory, memsize); in mlock_0100()
Dmunlock.c36 int ret = mlock(memory, TEST_SIZE); in munlock_0100()
Dtest_src_functionalext_supplement_mman.gni16 "mlock",
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlock/
D7-1.c32 if (mlock(ptr, BUFSIZE) != 0) { in main()
/third_party/iowow/src/platform/win32/mman/
Dmman.h65 int mlock(const void *addr, size_t len);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/speculative/
D12-1.c94 result = mlock(ptr, BUFSIZE); in main()
/third_party/ltp/testcases/kernel/syscalls/mlock/
Dmlock04.c68 if (mlock(buf, file_len) == -1) in main()
Dmlock01.c105 TEST(mlock(*(TC[i].addr), TC[i].len)); in main()
Dmlock03.c77 if (mlock((const void *)from, to - from) == -1) in main()
/third_party/musl/libc-test/src/api/
Dsys_mman.c46 {int(*p)(const void*,size_t) = mlock;} in f()
/third_party/ltp/testcases/kernel/syscalls/munlock/
Dmunlock01.c136 TEST(mlock(*(TC[i].addr), TC[i].len)); in setup1()
Dmunlock02.c161 TEST(mlock(address, TC[0].len)); in setup()
/third_party/ltp/testcases/realtime/lib/
Dlibrttest.c115 int mlock = 0; in rt_init_long() local
181 mlock = 1; in rt_init_long()
220 if (mlock) { in rt_init_long()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmman.h122 int mlock (const void *, size_t);
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmman.h122 int mlock (const void *, size_t);
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmman.h125 int mlock (const void *, size_t);

123