taglinefilesource code
tp45include/time.htime_t time(time_t * tp);
tp47include/time.htime_t mktime(struct tm * tp);
tp49include/time.hchar * asctime(const struct tm * tp);
tp50include/time.hchar * ctime(const time_t * tp);
tp51include/time.hstruct tm * gmtime(const time_t *tp);
tp52include/time.hstruct tm *localtime(const time_t * tp);
tp53include/time.hsize_t strftime(char * s, size_t smax, const char * fmt, const struct tm * tp);
tp394kernel/sched.cstruct timer_struct *tp = timer_table+0;
tp430kernel/sched.cfor (mask = 1 ; mask ; tp++,mask += mask) {
tp435kernel/sched.cif (tp->expires > jiffies)
tp438kernel/sched.ctp->fn();