Home
last modified time | relevance | path

Searched refs:tst_us_to_timespec (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/syscalls/nanosleep/
Dnanosleep01.c19 struct timespec t = tst_us_to_timespec(usec); in sample_fn()
/external/ltp/testcases/kernel/syscalls/clock_nanosleep/
Dclock_nanosleep02.c30 struct timespec t = tst_us_to_timespec(usec); in sample_fn()
/external/ltp/testcases/kernel/syscalls/pselect/
Dpselect01.c27 struct timespec tv = tst_us_to_timespec(usec); in sample_fn()
/external/ltp/testcases/kernel/syscalls/futex/
Dfutex_wait05.c31 struct timespec to = tst_us_to_timespec(usec); in sample_fn()
/external/ltp/testcases/kernel/syscalls/prctl/
Dprctl09.c19 struct timespec t = tst_us_to_timespec(usec); in sample_fn()
/external/ltp/include/
Dtst_timer.h116 static inline struct timespec tst_us_to_timespec(long long us) in tst_us_to_timespec() function