Searched refs:sys_clock_getres64 (Results 1 – 3 of 3) sorted by relevance
54 …{ .func = sys_clock_getres64, .type = TST_KERN_TIMESPEC, .spec = &tspec, .desc = "syscall time64 w…55 …{ .func = sys_clock_getres64, .type = TST_KERN_TIMESPEC, .spec = &nspec, .desc = "syscall time64 w…
37 func = sys_clock_getres64; in tst_clock_getres()
207 static inline int sys_clock_getres64(clockid_t clk_id, void *ts) in sys_clock_getres64() function