kout 1060 arch/alpha/kernel/osf_sys.c struct itimerval kin, kout; kout 1072 arch/alpha/kernel/osf_sys.c error = do_setitimer(which, &kin, out ? &kout : NULL); kout 1076 arch/alpha/kernel/osf_sys.c if (put_it32(out, &kout)) kout 317 kernel/time/itimer.c struct itimerval kin, kout; kout 327 kernel/time/itimer.c error = do_setitimer(which, &kin, out ? &kout : NULL); kout 330 kernel/time/itimer.c if (put_compat_itimerval(out, &kout))