Home
last modified time | relevance | path

Searched defs:pagesize (Results 1 – 25 of 59) sorted by relevance

123

/third_party/ltp/testcases/kernel/mem/mmapstress/
Dmmapstress03.c72 size_t pagesize = (size_t) sysconf(_SC_PAGE_SIZE); in main() local
165 static void do_test(void* brk_max, long pagesize) in do_test()
Dmmapstress10.c175 int pagesize = sysconf(_SC_PAGE_SIZE); local
535 int pagesize = sysconf(_SC_PAGE_SIZE); local
710 int pagesize = sysconf(_SC_PAGE_SIZE); local
795 unsigned pagesize = sysconf(_SC_PAGE_SIZE); local
Dmmapstress01.c147 int pagesize = sysconf(_SC_PAGE_SIZE); local
473 size_t pagesize = sysconf(_SC_PAGE_SIZE); local
605 unsigned pagesize = sysconf(_SC_PAGE_SIZE); local
Dmmapstress06.c65 size_t pagesize = sysconf(_SC_PAGE_SIZE); in main() local
Dmmapstress08.c65 long pagesize = sysconf(_SC_PAGE_SIZE); in main() local
/third_party/musl/libc-test/src/functionalext/supplement/malloc/
Daligned_alloc.c26 int pagesize = getpagesize(); in aligned_alloc_0100() local
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_pressure_test/
Dcpuset_memory_pressure.c48 long int pagesize = getpagesize(); in main() local
/third_party/toybox/toys/other/
Dmkswap.c25 int fd = xopen(*toys.optargs, O_RDWR), pagesize = sysconf(_SC_PAGE_SIZE); local
/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutex_wait04.c30 size_t pagesize = getpagesize(); in run() local
/third_party/selinux/libselinux/src/
Dsestatus.c282 long pagesize; in selinux_status_open() local
368 long pagesize; in selinux_status_close() local
/third_party/boost/libs/context/src/windows/
Dstack_traits.cpp67 std::size_t pagesize() BOOST_NOEXCEPT_OR_NOTHROW { in pagesize() function
/third_party/harfbuzz/test/api/
Dtest-blob.c119 uintptr_t pagesize = (uintptr_t) -1; in get_pagesize() local
175 uintptr_t pagesize = get_pagesize (); in fixture_init() local
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
Dtest-blob.c119 uintptr_t pagesize = (uintptr_t) -1; in get_pagesize() local
175 uintptr_t pagesize = get_pagesize (); in fixture_init() local
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-blob.c119 uintptr_t pagesize = (uintptr_t) -1; in get_pagesize() local
175 uintptr_t pagesize = get_pagesize (); in fixture_init() local
/third_party/boost/libs/coroutine/src/windows/
Dstack_traits.cpp58 std::size_t pagesize() in pagesize() function
/third_party/boost/libs/coroutine/src/posix/
Dstack_traits.cpp52 std::size_t pagesize() in pagesize() function
/third_party/ltp/testcases/kernel/controllers/memcg/stress/
Dmemcg_process_stress.c35 int pagesize; in sigusr_handler() local
/third_party/ltp/testcases/kernel/syscalls/msync/
Dmsync04.c19 static long pagesize; variable
/third_party/ltp/testcases/kernel/mem/vma/
Dvma02.c54 static unsigned long pagesize; variable
/third_party/boost/libs/context/src/posix/
Dstack_traits.cpp55 std::size_t pagesize() BOOST_NOEXCEPT_OR_NOTHROW { in pagesize() function
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Ddirect_mmap.h85 static int pagesize = 0; in DirectMmap() local
/third_party/abseil-cpp/absl/base/internal/
Ddirect_mmap.h82 static int pagesize = 0; in DirectMmap() local
/third_party/ltp/testcases/kernel/controllers/memcg/control/
Dmem_process.c78 int pagesize = getpagesize(); in touch_memory() local
/third_party/ltp/testcases/kernel/syscalls/sendto/
Dsendto03.c138 size_t blocksize = 0x800000, pagesize = SAFE_SYSCONF(_SC_PAGESIZE); in check_vnet_hdr() local
/third_party/ltp/testcases/kernel/mem/mem/
Dmem02.c67 int i, pagesize, size = 0; in get_pagesize_order() local

123