Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/samples/bpf/
H A 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 …]
/OK3568_Linux_fs/kernel/fs/btrfs/tests/
H A Dextent-io-tests.c69 u64 start, end, test_start; in test_find_delalloc() local
137 test_start = SZ_64M; in test_find_delalloc()
139 test_start >> PAGE_SHIFT); in test_find_delalloc()
145 start = test_start; in test_find_delalloc()
153 if (start != test_start || end != max_bytes - 1) { in test_find_delalloc()
155 test_start, max_bytes - 1, start, end); in test_find_delalloc()
172 test_start = max_bytes + sectorsize; in test_find_delalloc()
173 locked_page = find_lock_page(inode->i_mapping, test_start >> in test_find_delalloc()
179 start = test_start; in test_find_delalloc()
200 start = test_start; in test_find_delalloc()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/include/
H A Dsubunit.h9 static inline void test_start(char *name) in test_start() function
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/
H A Dharness.c108 test_start(name); in test_harness()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/rtl8188f/sdio/
H A Dsdio_ops.c1276 static systime test_start = 0; in sd_recv_rxfifo() local
1286 if (test_start == 0) in sd_recv_rxfifo()
1287 test_start = rtw_get_current_time(); in sd_recv_rxfifo()
1289 if (rtw_get_passing_time_ms(test_start) >= TEST_RBUF_UNAVAIL_CYCLE_MS) { in sd_recv_rxfifo()
1290 if (rtw_get_passing_time_ms(test_start) >= TEST_RBUF_UNAVAIL_CYCLE_MS + TEST_RBUF_UNAVAIL_TIME_MS) in sd_recv_rxfifo()
1291 test_start = rtw_get_current_time(); in sd_recv_rxfifo()
/OK3568_Linux_fs/kernel/tools/testing/kunit/
H A Dkunit.py93 test_start = time.time()
102 test_end - test_start)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/rtl8188f/sdio/
H A Dsdio_ops.c1285 static systime test_start = 0; in sd_recv_alloc_buf() local
1294 if (test_start == 0) in sd_recv_alloc_buf()
1295 test_start = rtw_get_current_time(); in sd_recv_alloc_buf()
1297 if (rtw_get_passing_time_ms(test_start) >= TEST_RBUF_UNAVAIL_CYCLE_MS) { in sd_recv_alloc_buf()
1298 if (rtw_get_passing_time_ms(test_start) >= TEST_RBUF_UNAVAIL_CYCLE_MS + TEST_RBUF_UNAVAIL_TIME_MS) in sd_recv_alloc_buf()
1299 test_start = rtw_get_current_time(); in sd_recv_alloc_buf()
/OK3568_Linux_fs/kernel/lib/
H A Dtest_lockup.c456 u64 test_start = local_clock(); in test_lockup_init() local
590 pr_notice("FINISH in %llu ns\n", local_clock() - test_start); in test_lockup_init()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_sockmap.c156 static void test_start(void) in test_start() function
1371 test_start(); in test_exec()
1376 test_start(); in test_exec()