Searched refs:test_end (Results 1 - 4 of 4) sorted by last modified time

/linux-master/sound/soc/sof/
H A Dsof-client-ipc-flood-test.c68 ktime_t start, end, test_end; local
81 test_end = ktime_get_ns() + ipc_duration_ms * NSEC_PER_MSEC;
103 if (ktime_to_ns(end) >= test_end)
/linux-master/tools/testing/kunit/
H A Dkunit.py200 test_end = time.time()
201 exec_time += test_end - test_start
/linux-master/net/bridge/
H A Dbr_private_mrp.h35 unsigned long test_end; member in struct:br_mrp
H A Dbr_mrp.c287 if (time_before_eq(mrp->test_end, jiffies))
724 mrp->test_end = jiffies + usecs_to_jiffies(test->period);

Completed in 174 milliseconds