nowtime            70 arch/mips/dec/time.c 	time64_t nowtime = now.tv_sec;
nowtime            95 arch/mips/dec/time.c 	real_minutes = div_s64_rem(nowtime, 60, &real_seconds);
nowtime            31 arch/mips/include/asm/mc146818-time.h static inline int mc146818_set_rtc_mmss(unsigned long nowtime)
nowtime            55 arch/mips/include/asm/mc146818-time.h 	real_seconds = nowtime % 60;
nowtime            56 arch/mips/include/asm/mc146818-time.h 	real_minutes = nowtime / 60;
nowtime           286 arch/powerpc/kernel/rtas-proc.c 	time64_t nowtime;
nowtime           287 arch/powerpc/kernel/rtas-proc.c 	int error = parse_number(buf, count, &nowtime);
nowtime           291 arch/powerpc/kernel/rtas-proc.c 	power_on_time = nowtime; /* save the time */
nowtime           293 arch/powerpc/kernel/rtas-proc.c 	rtc_time64_to_tm(nowtime, &tm);
nowtime           352 arch/powerpc/kernel/rtas-proc.c 	time64_t nowtime;
nowtime           353 arch/powerpc/kernel/rtas-proc.c 	int error = parse_number(buf, count, &nowtime);
nowtime           357 arch/powerpc/kernel/rtas-proc.c 	rtc_time64_to_tm(nowtime, &tm);
nowtime            44 arch/x86/kernel/rtc.c 	unsigned long long nowtime = now->tv_sec;
nowtime            48 arch/x86/kernel/rtc.c 	rtc_time64_to_tm(nowtime, &tm);
nowtime            57 arch/x86/kernel/rtc.c 			__func__, nowtime);