Home
last modified time | relevance | path

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

/kernel/
Dposix-timers.c1062 struct timespec rtn_tp; in SYSCALL_DEFINE2() local
1068 error = kc->clock_getres(which_clock, &rtn_tp); in SYSCALL_DEFINE2()
1070 if (!error && tp && copy_to_user(tp, &rtn_tp, sizeof (rtn_tp))) in SYSCALL_DEFINE2()