Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtime32.h57 const struct old_itimerspec32 __user *uits);
59 struct old_itimerspec32 __user *uits);
/openbmc/linux/kernel/time/
H A Dtime.c1030 const struct old_itimerspec32 __user *uits) in get_old_itimerspec32() argument
1033 if (__get_old_timespec32(&its->it_interval, &uits->it_interval) || in get_old_itimerspec32()
1034 __get_old_timespec32(&its->it_value, &uits->it_value)) in get_old_itimerspec32()
1049 struct old_itimerspec32 __user *uits) in put_old_itimerspec32() argument
1051 if (__put_old_timespec32(&its->it_interval, &uits->it_interval) || in put_old_itimerspec32()
1052 __put_old_timespec32(&its->it_value, &uits->it_value)) in put_old_itimerspec32()