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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dcompat.c137 struct itimerval kin, kout; local
141 if (get_compat_itimerval(&kin, in))
144 memset(&kin, 0, sizeof(kin));
146 error = do_setitimer(which, &kin, out ? &kout : NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dosf_sys.c924 struct itimerval kin, kout; local
928 if (get_it32(&kin, in))
931 memset(&kin, 0, sizeof(kin));
933 error = do_setitimer(which, &kin, out ? &kout : NULL);

Completed in 50 milliseconds