Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/fs/btrfs/tests/
Dextent-io-tests.c121 u64 start, end, test_start; in test_find_delalloc() local
204 test_start = SZ_64M; in test_find_delalloc()
206 test_start >> PAGE_SHIFT); in test_find_delalloc()
212 start = test_start; in test_find_delalloc()
220 if (start != test_start || end != max_bytes - 1) { in test_find_delalloc()
222 test_start, max_bytes - 1, start, end); in test_find_delalloc()
239 test_start = max_bytes + sectorsize; in test_find_delalloc()
240 locked_page = find_lock_page(inode->i_mapping, test_start >> in test_find_delalloc()
246 start = test_start; in test_find_delalloc()
254 if (end != test_start + PAGE_SIZE - 1) { in test_find_delalloc()
[all …]
/linux-6.12.1/tools/testing/selftests/powerpc/include/
Dsubunit.h9 static inline void test_start(const char *name) in test_start() function
/linux-6.12.1/tools/testing/selftests/powerpc/
Dharness.c108 test_start(name); in test_harness()
/linux-6.12.1/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.12.1/tools/testing/kunit/
Dkunit.py187 test_start = time.time()
201 exec_time += test_end - test_start
/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_sockmap.c157 static void test_start(void) in test_start() function
1413 test_start(); in test_exec()
1418 test_start(); in test_exec()