Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/tests/
Dextent-io-tests.c75 u64 start, end, test_start; in test_find_delalloc() local
136 test_start = 64 * 1024 * 1024; in test_find_delalloc()
138 test_start >> PAGE_CACHE_SHIFT); in test_find_delalloc()
144 start = test_start; in test_find_delalloc()
152 if (start != test_start || end != max_bytes - 1) { in test_find_delalloc()
154 "%Lu\n", test_start, max_bytes - 1, start, end); in test_find_delalloc()
171 test_start = max_bytes + 4096; in test_find_delalloc()
172 locked_page = find_lock_page(inode->i_mapping, test_start >> in test_find_delalloc()
178 start = test_start; in test_find_delalloc()
199 start = test_start; in test_find_delalloc()
[all …]
/linux-4.4.14/tools/testing/selftests/powerpc/
Dsubunit.h9 static inline void test_start(char *name) in test_start() function
Dharness.c101 test_start(name); in test_harness()