Home
last modified time | relevance | path

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

/linux/fs/btrfs/tests/
H A Dextent-io-tests.c120 u64 start, end, test_start; in test_find_delalloc() local
203 test_start = SZ_64M; in test_find_delalloc()
205 test_start >> PAGE_SHIFT); in test_find_delalloc()
211 start = test_start; in test_find_delalloc()
219 if (start != test_start || end != max_bytes - 1) { in test_find_delalloc()
221 test_start, max_bytes - 1, start, end); in test_find_delalloc()
238 test_start = max_bytes + sectorsize; in test_find_delalloc()
239 locked_page = find_lock_page(inode->i_mapping, test_start >> in test_find_delalloc()
245 start = test_start; in test_find_delalloc()
253 if (end != test_start in test_find_delalloc()
[all...]
/linux/lib/
H A Dtest_lockup.c456 u64 test_start = local_clock(); in test_lockup_init() local
606 pr_notice("FINISH in %llu ns\n", local_clock() - test_start); in test_lockup_init()
/linux/tools/testing/kunit/
H A Dkunit.py189 test_start = time.time()
203 exec_time += test_end - test_start
/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c163 static void test_start(void) in test_start() function
1507 test_start(); in test_exec()
1512 test_start(); in test_exec()