Lines Matching refs:ots
632 struct itimerspec ots; in linux_timerfd_gettime() local
635 error = kern_timerfd_gettime(td, args->fd, &ots); in linux_timerfd_gettime()
639 error = native_to_linux_itimerspec(&lots, &ots); in linux_timerfd_gettime()
650 struct itimerspec nts, ots; in linux_timerfd_settime() local
662 error = kern_timerfd_settime(td, args->fd, args->flags, &nts, &ots); in linux_timerfd_settime()
664 error = native_to_linux_itimerspec(&lots, &ots); in linux_timerfd_settime()
677 struct itimerspec ots; in linux_timerfd_gettime64() local
680 error = kern_timerfd_gettime(td, args->fd, &ots); in linux_timerfd_gettime64()
684 error = native_to_linux_itimerspec64(&lots, &ots); in linux_timerfd_gettime64()
695 struct itimerspec nts, ots; in linux_timerfd_settime64() local
707 error = kern_timerfd_settime(td, args->fd, args->flags, &nts, &ots); in linux_timerfd_settime64()
709 error = native_to_linux_itimerspec64(&lots, &ots); in linux_timerfd_settime64()