Home
last modified time | relevance | path

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

/linux-5.19.10/samples/bpf/
Dtest_lwt_bpf.sh126 function test_start { function
141 test_start "test_ctx on lwt xmit"
157 test_start "test_ctx on lwt out"
173 test_start "test_ctx on lwt in"
197 test_start "test_data on lwt $1"
210 test_start "test_data on lwt in"
228 test_start "test_cb on lwt $1"
244 test_start "test_cb on lwt in"
268 test_start "test_drop_all on lwt $1"
281 test_start "test_drop_all on lwt in"
[all …]
/linux-5.19.10/fs/btrfs/tests/
Dextent-io-tests.c117 u64 start, end, test_start; in test_find_delalloc() local
185 test_start = SZ_64M; in test_find_delalloc()
187 test_start >> PAGE_SHIFT); in test_find_delalloc()
193 start = test_start; in test_find_delalloc()
201 if (start != test_start || end != max_bytes - 1) { in test_find_delalloc()
203 test_start, max_bytes - 1, start, end); in test_find_delalloc()
220 test_start = max_bytes + sectorsize; in test_find_delalloc()
221 locked_page = find_lock_page(inode->i_mapping, test_start >> in test_find_delalloc()
227 start = test_start; in test_find_delalloc()
235 if (end != test_start + PAGE_SIZE - 1) { in test_find_delalloc()
[all …]
/linux-5.19.10/tools/testing/selftests/powerpc/include/
Dsubunit.h9 static inline void test_start(char *name) in test_start() function
/linux-5.19.10/tools/testing/selftests/powerpc/
Dharness.c108 test_start(name); in test_harness()
/linux-5.19.10/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-5.19.10/tools/testing/kunit/
Dkunit.py163 test_start = time.time()
175 exec_time += test_end - test_start
/linux-5.19.10/tools/testing/selftests/bpf/
Dtest_sockmap.c155 static void test_start(void) in test_start() function
1382 test_start(); in test_exec()
1387 test_start(); in test_exec()