Home
last modified time | relevance | path

Searched refs:_gettime (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/timens/
H A Dexec.c32 _gettime(CLOCK_MONOTONIC, &tst, i); in main()
52 _gettime(CLOCK_MONOTONIC, &tst, i); in main()
72 _gettime(CLOCK_MONOTONIC, &tst, i); in main()
H A Dtimens.c107 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()
H A Dvfork_exec.c34 _gettime(CLOCK_MONOTONIC, &tst, i); in tcheck()
66 _gettime(CLOCK_MONOTONIC, &tst, i); in check()
H A Dtimens.h86 static inline int _gettime(clockid_t clk_id, struct timespec *res, bool raw_syscall) in _gettime() function