Searched refs:tm_sec (Results 1 – 3 of 3) sorted by relevance
98 result->tm_sec = rem % 60; in time64_to_tm()
2481 int tm_sec; /* seconds */ member2495 tm->tm_sec = tv->tv_sec % (24 * 60 * 60); in kdb_gmtime()2498 tm->tm_min = tm->tm_sec / 60 % 60; in kdb_gmtime()2499 tm->tm_hour = tm->tm_sec / 60 / 60; in kdb_gmtime()2500 tm->tm_sec = tm->tm_sec % 60; in kdb_gmtime()2560 tm.tm_hour, tm.tm_min, tm.tm_sec, in kdb_summary()
556 tm.tm_hour, tm.tm_min, tm.tm_sec, ts.tv_nsec); in pm_suspend_marker()