Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
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()
Dcore_reloc.c810 static size_t roundup_page(size_t sz) in roundup_page() function
818 const size_t mmap_sz = roundup_page(sizeof(struct data)); in test_core_reloc()