Home
last modified time | relevance | path

Searched refs:raw_syscall (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/timens/
H A Dtimens.c90 static int test_gettime(clockid_t clock_index, bool raw_syscall, time_t offset) in test_gettime() argument
93 char *entry = raw_syscall ? "syscall" : "vdso"; in test_gettime()
109 if (_gettime(clocks[clock_index].id, &parent_ts_old, raw_syscall)) in test_gettime()
118 if (_gettime(clocks[clock_index].id, &cur_ts, raw_syscall)) in test_gettime()
132 if (_gettime(clocks[clock_index].id, &cur_ts, raw_syscall)) in test_gettime()
H A 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()
/kernel/linux/linux-6.6/tools/testing/selftests/timens/
H A 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()
H A 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()

Completed in 2 milliseconds