Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dguard-regions.c227 static bool check_pattern_offset(char *ptr, size_t num_pages, size_t page_size, in check_pattern_offset() function
247 return check_pattern_offset(ptr, num_pages, page_size, 0); in check_pattern()
1915 ASSERT_TRUE(check_pattern_offset(ptr, 3, page_size, 7)); in TEST_F()