Home
last modified time | relevance | path

Searched refs:tst_timespec_from_us (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/nanosleep/
Dnanosleep01.c19 struct timespec t = tst_timespec_from_us(usec); in sample_fn()
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/
Dclock_nanosleep02.c17 struct timespec t = tst_timespec_from_us(usec); in sample_fn()
/third_party/ltp/testcases/kernel/syscalls/pselect/
Dpselect01.c15 struct timespec tv = tst_timespec_from_us(usec); in sample_fn()
/third_party/ltp/testcases/kernel/syscalls/prctl/
Dprctl09.c20 struct timespec t = tst_timespec_from_us(usec); in sample_fn()
/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutex_wait05.c18 struct timespec to = tst_timespec_from_us(usec); in sample_fn()
/third_party/ltp/include/
Dtst_timer.h702 tst_timespec_from_us(long long us) in tst_timespec_from_us() function
735 struct timespec tp = tst_timespec_from_us(usec); in tst_its_set_interval_from_us()
746 struct timespec tp = tst_timespec_from_us(usec); in tst_its_set_value_from_us()
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
Dclock_gettime04.c74 *((struct timespec *)ts) = tst_timespec_from_us(tst_timeval_to_us(tval)); in my_gettimeofday()