Searched refs:msec_timeout (Results 1 – 2 of 2) sorted by relevance
83 int tst_checkpoint_wait(unsigned int id, unsigned int msec_timeout) in tst_checkpoint_wait() argument92 timeout.tv_sec = msec_timeout/1000; in tst_checkpoint_wait()93 timeout.tv_nsec = (msec_timeout%1000) * 1000000; in tst_checkpoint_wait()100 unsigned int msec_timeout) in tst_checkpoint_wake() argument119 if (msecs >= msec_timeout) { in tst_checkpoint_wake()
35 int tst_checkpoint_wait(unsigned int id, unsigned int msec_timeout);45 unsigned int msec_timeout);