Searched refs:_gettime (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/testing/selftests/timens/ |
D | exec.c | 32 _gettime(CLOCK_MONOTONIC, &tst, i); in main() 52 _gettime(CLOCK_MONOTONIC, &tst, i); in main() 72 _gettime(CLOCK_MONOTONIC, &tst, i); in main()
|
D | timens.c | 107 if (_gettime(clocks[clock_index].id, &parent_ts_old, raw_syscall)) in test_gettime() 116 if (_gettime(clocks[clock_index].id, &cur_ts, raw_syscall)) in test_gettime() 130 if (_gettime(clocks[clock_index].id, &cur_ts, raw_syscall)) in test_gettime()
|
D | timens.h | 86 static inline int _gettime(clockid_t clk_id, struct timespec *res, bool raw_syscall) in _gettime() function
|