Home
last modified time | relevance | path

Searched refs:now_usec (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/sched/eas/
Dsched_boost.c46 unsigned long long now_usec, end_usec; in do_work() local
53 now_usec = ts.tv_sec * USEC_PER_SEC + ts.tv_nsec / 1000; in do_work()
54 end_usec = now_usec + TEST_LENGTH_USEC; in do_work()
56 while (now_usec < end_usec) { in do_work()
63 now_usec = ts.tv_sec * USEC_PER_SEC + ts.tv_nsec / 1000; in do_work()
Dsched_dl_runtime.c40 uint64_t now_usec, end_usec; in dl_fn() local
61 now_usec = (ts.tv_sec) * USEC_PER_SEC + (ts.tv_nsec / 1000); in dl_fn()
62 end_usec = now_usec + 3 * USEC_PER_SEC; in dl_fn()
63 while (now_usec < end_usec) { in dl_fn()
74 now_usec = (ts.tv_sec) * USEC_PER_SEC + (ts.tv_nsec / 1000); in dl_fn()
Dutil.c36 unsigned long long now_usec, end_usec; in burn() local
49 now_usec = ts.tv_sec * USEC_PER_SEC + ts.tv_nsec / 1000; in burn()
50 if (now_usec > end_usec) in burn()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dliteral_test_util.cc35 int64 now_usec = tensorflow::Env::Default()->NowMicros(); in WriteLiteralToTempFile() local
38 absl::StrFormat("tempfile-%s-%x-%s", get_hostname(), now_usec, name)); in WriteLiteralToTempFile()
/external/kmod/testsuite/
Dtestsuite.c67 static unsigned long long now_usec(void) in now_usec() function
609 start_usec = now_usec(); in test_run_parent_check_outputs()
615 unsigned long long curr_usec = now_usec(); in test_run_parent_check_outputs()