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
327 value = ktime_to_timespec64(timerfd_get_remaining(ctx));
513 old->it_value = ktime_to_timespec64(timerfd_get_remaining(ctx));
551 t->it_value = ktime_to_timespec64(timerfd_get_remaining(ctx));

Completed in 100 milliseconds