Searched refs:sys_clock_getres (Results 1 – 3 of 3) sorted by relevance
49 …{ .func = sys_clock_getres, .type = TST_KERN_OLD_TIMESPEC, .spec = &tspec, .desc = "syscall with o…50 …{ .func = sys_clock_getres, .type = TST_KERN_OLD_TIMESPEC, .spec = &nspec, .desc = "syscall with o…
42 func = sys_clock_getres; in tst_clock_getres()
202 static inline int sys_clock_getres(clockid_t clk_id, void *ts) in sys_clock_getres() function