Searched refs:ktmr (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.c50 const struct itimerspec *ktmr)
58 texp = timespec_to_ktime(ktmr->it_value);
60 ctx->tintv = timespec_to_ktime(ktmr->it_interval);
160 struct itimerspec ktmr; local
162 if (copy_from_user(&ktmr, utmr, sizeof(ktmr)))
168 if (!timespec_valid(&ktmr.it_value) ||
169 !timespec_valid(&ktmr.it_interval))
179 timerfd_setup(ctx, clockid, flags, &ktmr);
212 timerfd_setup(ctx, clockid, flags, &ktmr);
49 timerfd_setup(struct timerfd_ctx *ctx, int clockid, int flags, const struct itimerspec *ktmr) argument
[all...]

Completed in 89 milliseconds