Home
last modified time | relevance | path

Searched refs:raw_syscall (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/tools/testing/selftests/timens/
Dtimens.c88 static int test_gettime(clockid_t clock_index, bool raw_syscall, time_t offset) in test_gettime() argument
91 char *entry = raw_syscall ? "syscall" : "vdso"; in test_gettime()
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()
Dtimens.h86 static inline int _gettime(clockid_t clk_id, struct timespec *res, bool raw_syscall) in _gettime() argument
90 if (!raw_syscall) { in _gettime()