Searched refs:bss_mmaped (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | mmap.c | 24 void *bss_mmaped = NULL, *map_mmaped = NULL, *tmp0, *tmp1, *tmp2; in test_mmap() local 59 bss_mmaped = mmap(NULL, bss_sz, PROT_READ | PROT_WRITE, MAP_SHARED, in test_mmap() 61 if (CHECK(bss_mmaped == MAP_FAILED, "bss_mmap", in test_mmap() 63 bss_mmaped = NULL; in test_mmap() 75 bss_data = bss_mmaped; in test_mmap() 252 CHECK_FAIL(munmap(bss_mmaped, bss_sz)); in test_mmap() 253 bss_mmaped = NULL; in test_mmap() 285 if (bss_mmaped) in test_mmap() 286 CHECK_FAIL(munmap(bss_mmaped, bss_sz)); in test_mmap()
|