Searched refs:tst_timer_expired_ms (Results 1 – 6 of 6) sorted by relevance
18 while (!tst_timer_expired_ms(5000)) in do_test()
40 int tst_timer_expired_ms(long long ms) in tst_timer_expired_ms() function
101 while (!tst_timer_expired_ms(1000)) { in run()
74 while (!tst_timer_expired_ms(20)) in busy_loop()
1037 int tst_timer_expired_ms(long long ms);
1289 int tst_timer_expired_ms(long long ms);1306 The 'tst_timer_expired_ms()' function checks if the timer started by1331 while (!tst_timer_expired_ms(5000)) {