Searched refs:timerfd_get_remaining (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/
H A Dtimerfd.c177 static ktime_t timerfd_get_remaining(struct timerfd_ctx *ctx) function
331 value = ktime_to_timespec64(timerfd_get_remaining(ctx));
529 old->it_value = ktime_to_timespec64(timerfd_get_remaining(ctx));
567 t->it_value = ktime_to_timespec64(timerfd_get_remaining(ctx));

Completed in 217 milliseconds