Searched refs:test_start (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/fs/btrfs/tests/ |
H A D | extent-io-tests.c | 75 u64 start, end, test_start; test_find_delalloc() local 136 test_start = 64 * 1024 * 1024; test_find_delalloc() 138 test_start >> PAGE_CACHE_SHIFT); test_find_delalloc() 144 start = test_start; test_find_delalloc() 152 if (start != test_start || end != max_bytes - 1) { test_find_delalloc() 154 "%Lu\n", test_start, max_bytes - 1, start, end); test_find_delalloc() 171 test_start = max_bytes + 4096; test_find_delalloc() 172 locked_page = find_lock_page(inode->i_mapping, test_start >> test_find_delalloc() 178 start = test_start; test_find_delalloc() 196 * We are re-using our test_start from above since it works out well. test_find_delalloc() 199 start = test_start; test_find_delalloc() 207 if (start != test_start || end != total_dirty - 1) { test_find_delalloc() 209 test_start, total_dirty - 1, start, end); test_find_delalloc() 234 start = test_start; test_find_delalloc() 248 if (start != test_start && end != test_start + PAGE_CACHE_SIZE - 1) { test_find_delalloc() 250 test_start, test_start + PAGE_CACHE_SIZE - 1, start, test_find_delalloc()
|
/linux-4.1.27/tools/testing/selftests/powerpc/ |
H A D | subunit.h | 9 static inline void test_start(char *name) test_start() function
|
H A D | harness.c | 101 test_start(name); test_harness()
|
Completed in 129 milliseconds