Searched refs:test_start (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/samples/bpf/ |
H A D | test_lwt_bpf.sh | 129 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 …]
|
/openbmc/linux/fs/btrfs/tests/ |
H A D | extent-io-tests.c | 121 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 …]
|
/openbmc/qemu/tests/bench/ |
H A D | atomic64-bench.c | 28 static bool test_start; variable 60 while (!qatomic_read(&test_start)) { in thread_func() 83 qatomic_set(&test_start, true); in run_test()
|
H A D | atomic_add-bench.c | 24 static bool test_start; variable 58 while (!qatomic_read(&test_start)) { in thread_func() 86 qatomic_set(&test_start, true); in run_test()
|
H A D | qht-bench.c | 72 static bool test_start; variable 214 while (!qatomic_read(&test_start)) { in thread_func() 431 qatomic_set(&test_start, true); in run_test()
|
/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | subunit.h | 9 static inline void test_start(const char *name) in test_start() function
|
/openbmc/linux/tools/testing/selftests/powerpc/ |
H A D | harness.c | 108 test_start(name); in test_harness()
|
/openbmc/linux/lib/ |
H A D | test_lockup.c | 456 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()
|
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/ |
H A D | runfvp.py | 95 def test_start(self): member in RunnerTests
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit.py | 187 test_start = time.time() 201 exec_time += test_end - test_start
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 162 static void test_start(void) in test_start() function 1510 test_start(); in test_exec() 1515 test_start(); in test_exec()
|
/openbmc/u-boot/cmd/aspeed/nettest/ |
H A D | mactest.c | 1213 uint32_t test_start(MAC_ENGINE *p_eng, PHY_ENGINE *p_phy_eng) in test_start() function 1507 test_start(&mac_eng, &phy_eng); in mac_test()
|