Lines Matching defs:curr_value
382 struct timespec curr_value;
387 nanouptime(&curr_value);
388 timespecsub(&tfd->tfd_time.it_value, &curr_value,
484 kern_timerfd_gettime(struct thread *td, int fd, struct itimerspec *curr_value)
500 timerfd_curval(tfd, curr_value);
578 struct itimerspec curr_value;
581 error = kern_timerfd_gettime(td, uap->fd, &curr_value);
583 error = copyout(&curr_value, uap->curr_value,
584 sizeof(curr_value));