Searched refs:raw_syscall (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/timens/ |
D | timens.c | 90 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()
|
D | timens.h | 86 static inline int _gettime(clockid_t clk_id, struct timespec *res, bool raw_syscall) in _gettime() argument 90 if (!raw_syscall) { in _gettime()
|