taglinefilesource code
tp60include/sys/time.hint gettimeofday(struct timeval * tp, struct timezone * tz);
tp13include/sys/times.hextern time_t times(struct tms * tp);
tp38include/time.htime_t time(time_t * tp);
tp40include/time.htime_t mktime(struct tm * tp);
tp42include/time.hchar * asctime(const struct tm * tp);
tp43include/time.hchar * ctime(const time_t * tp);
tp44include/time.hstruct tm * gmtime(const time_t *tp);
tp45include/time.hstruct tm *localtime(const time_t * tp);
tp46include/time.hsize_t strftime(char * s, size_t smax, const char * fmt, const struct tm * tp);
tp378kernel/sched.cstruct timer_struct *tp = timer_table+0;
tp381kernel/sched.cfor (mask = 1 ; mask ; tp++,mask += mask) {
tp386kernel/sched.cif (tp->expires > jiffies)
tp389kernel/sched.ctp->fn();