Home
last modified time | relevance | path

Searched refs:test_end (Results 1 – 4 of 4) sorted by relevance

/linux/sound/soc/sof/
A Ddebug.c251 ktime_t start, end, test_end; in sof_debug_ipc_flood_test() local
264 test_end = ktime_get_ns() + ipc_duration_ms * NSEC_PER_MSEC; in sof_debug_ipc_flood_test()
287 if (ktime_to_ns(end) >= test_end) in sof_debug_ipc_flood_test()
/linux/net/bridge/
A Dbr_private_mrp.h35 unsigned long test_end; member
A Dbr_mrp.c287 if (time_before_eq(mrp->test_end, jiffies)) in br_mrp_test_work_expired()
724 mrp->test_end = jiffies + usecs_to_jiffies(test->period); in br_mrp_start_test()
/linux/tools/testing/kunit/
A Dkunit.py154 test_end = time.time()
155 exec_time += test_end - test_start

Completed in 13 milliseconds