Home
last modified time | relevance | path

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

/linux-6.8/samples/bpf/
Dtest_lwt_bpf.sh129 function test_start { function
144 test_start "test_ctx on lwt xmit"
160 test_start "test_ctx on lwt out"
176 test_start "test_ctx on lwt in"
200 test_start "test_data on lwt $1"
213 test_start "test_data on lwt in"
231 test_start "test_cb on lwt $1"
247 test_start "test_cb on lwt in"
271 test_start "test_drop_all on lwt $1"
284 test_start "test_drop_all on lwt in"
[all …]
/linux-6.8/fs/btrfs/tests/
Dextent-io-tests.c118 u64 start, end, test_start; in test_find_delalloc() local
186 test_start = SZ_64M; in test_find_delalloc()
188 test_start >> PAGE_SHIFT); in test_find_delalloc()
194 start = test_start; in test_find_delalloc()
202 if (start != test_start || end != max_bytes - 1) { in test_find_delalloc()
204 test_start, max_bytes - 1, start, end); in test_find_delalloc()
221 test_start = max_bytes + sectorsize; in test_find_delalloc()
222 locked_page = find_lock_page(inode->i_mapping, test_start >> in test_find_delalloc()
228 start = test_start; in test_find_delalloc()
236 if (end != test_start + PAGE_SIZE - 1) { in test_find_delalloc()
[all …]
/linux-6.8/tools/testing/selftests/powerpc/include/
Dsubunit.h9 static inline void test_start(const char *name) in test_start() function
/linux-6.8/tools/testing/selftests/powerpc/
Dharness.c108 test_start(name); in test_harness()
/linux-6.8/lib/
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-6.8/tools/testing/kunit/
Dkunit.py187 test_start = time.time()
201 exec_time += test_end - test_start
/linux-6.8/tools/testing/selftests/bpf/
Dtest_sockmap.c156 static void test_start(void) in test_start() function
1415 test_start(); in test_exec()
1420 test_start(); in test_exec()