Home
last modified time | relevance | path

Searched refs:roundup_page (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmmap.c10 static size_t roundup_page(size_t sz) in roundup_page() function
18 const size_t bss_sz = roundup_page(sizeof(struct test_mmap__bss)); in test_mmap()
19 const size_t map_sz = roundup_page(sizeof(struct map_data)); in test_mmap()
H A Dcore_reloc.c977 static size_t roundup_page(size_t sz) in roundup_page() function
999 const size_t mmap_sz = roundup_page(sizeof(struct data)); in run_core_reloc_tests()