Home
last modified time | relevance | path

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

/Linux-v5.10/net/bridge/
Dbr_private_mrp.h33 unsigned long test_end; member
Dbr_mrp.c253 if (time_before_eq(mrp->test_end, jiffies)) in br_mrp_test_work_expired()
670 mrp->test_end = jiffies + usecs_to_jiffies(test->period); in br_mrp_start_test()
/Linux-v5.10/tools/testing/kunit/
Dkunit.py98 test_end = time.time()
102 test_end - test_start)
/Linux-v5.10/sound/soc/sof/
Ddebug.c249 ktime_t start, end, test_end; in sof_debug_ipc_flood_test() local
262 test_end = ktime_get_ns() + ipc_duration_ms * NSEC_PER_MSEC; in sof_debug_ipc_flood_test()
285 if (ktime_to_ns(end) >= test_end) in sof_debug_ipc_flood_test()