Home
last modified time | relevance | path

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

/linux-6.14.4/sound/soc/sof/
Dsof-client-ipc-flood-test.c68 ktime_t start, end, test_end; in sof_debug_ipc_flood_test() local
81 test_end = ktime_get_ns() + ipc_duration_ms * NSEC_PER_MSEC; in sof_debug_ipc_flood_test()
103 if (ktime_to_ns(end) >= test_end) in sof_debug_ipc_flood_test()
/linux-6.14.4/tools/tracing/rtla/tests/
Dosnoise.t19 test_end
Dhwnoise.t21 test_end
Dtimerlat.t27 test_end
Dengine.sh40 test_end() { function
/linux-6.14.4/net/bridge/
Dbr_private_mrp.h35 unsigned long test_end; member
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-6.14.4/tools/testing/kunit/
Dkunit.py202 test_end = time.time()
203 exec_time += test_end - test_start