Home
last modified time | relevance | path

Searched refs:tm_mon (Results 1 – 3 of 3) sorted by relevance

/kernel/time/
Dtimeconv.c124 result->tm_mon = y; in time_to_tm()
/kernel/debug/kdb/
Dkdb_main.c2434 int tm_mon; /* month */ member
2453 while (tm->tm_mday >= mon_day[tm->tm_mon]) { in kdb_gmtime()
2454 tm->tm_mday -= mon_day[tm->tm_mon]; in kdb_gmtime()
2455 if (++tm->tm_mon == 12) { in kdb_gmtime()
2456 tm->tm_mon = 0; in kdb_gmtime()
2508 1900+tm.tm_year, tm.tm_mon+1, tm.tm_mday, in kdb_summary()
/kernel/power/
Dsuspend.c384 annotation, tm.tm_year + 1900, tm.tm_mon + 1, tm.tm_mday, in pm_suspend_marker()