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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dtimerfd.c26 ktime_t tintv; member in struct:timerfd_ctx
34 * tintv.tv64 != 0) until the timer is read.
60 ctx->tintv = timespec_to_ktime(ktmr->it_interval);
126 if (ctx->tintv.tv64 != 0) {
128 * If tintv.tv64 != 0, this is a periodic timer that
136 ctx->tintv);

Completed in 94 milliseconds