/third_party/ltp/testcases/kernel/syscalls/mincore/ |
D | mincore03.c | 23 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/ |
D | 11-1-buildonly.c | 24 dummyvar = mlock; in dummyfcn()
|
/third_party/musl/src/mman/ |
D | mlock.c | 4 int mlock(const void *addr, size_t len) in mlock() function
|
/third_party/musl/src/linux/ |
D | mlock2.c | 8 return mlock(addr, len); in mlock2()
|
/third_party/musl/porting/liteos_a/user/src/mman/ |
D | mlock.c | 5 int mlock(const void *addr, size_t len) in mlock() function
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/ |
D | 5-1.c | 32 result = mlock(ptr, BUFSIZE); in main()
|
D | 8-1.c | 47 result = mlock(page_ptr, BUFSIZE); in main()
|
D | 10-1.c | 42 result = mlock(notpage_ptr, page_size - 1); in main()
|
D | 12-1.c | 93 result = mlock(ptr, BUFSIZE); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/ |
D | mlock.c | 35 int result = mlock(memory, memsize); in mlock_0100()
|
D | munlock.c | 36 int ret = mlock(memory, TEST_SIZE); in munlock_0100()
|
D | test_src_functionalext_supplement_mman.gni | 16 "mlock",
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlock/ |
D | 7-1.c | 32 if (mlock(ptr, BUFSIZE) != 0) { in main()
|
/third_party/iowow/src/platform/win32/mman/ |
D | mman.h | 65 int mlock(const void *addr, size_t len);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/speculative/ |
D | 12-1.c | 94 result = mlock(ptr, BUFSIZE); in main()
|
/third_party/ltp/testcases/kernel/syscalls/mlock/ |
D | mlock04.c | 68 if (mlock(buf, file_len) == -1) in main()
|
D | mlock01.c | 105 TEST(mlock(*(TC[i].addr), TC[i].len)); in main()
|
D | mlock03.c | 77 if (mlock((const void *)from, to - from) == -1) in main()
|
/third_party/musl/libc-test/src/api/ |
D | sys_mman.c | 46 {int(*p)(const void*,size_t) = mlock;} in f()
|
/third_party/ltp/testcases/kernel/syscalls/munlock/ |
D | munlock01.c | 136 TEST(mlock(*(TC[i].addr), TC[i].len)); in setup1()
|
D | munlock02.c | 161 TEST(mlock(address, TC[0].len)); in setup()
|
/third_party/ltp/testcases/realtime/lib/ |
D | librttest.c | 115 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/ |
D | mman.h | 122 int mlock (const void *, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mman.h | 122 int mlock (const void *, size_t);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 125 int mlock (const void *, size_t);
|