tag | line | file | source code |
tp | 60 | include/sys/time.h | int gettimeofday(struct timeval * tp, struct timezone * tz); |
tp | 13 | include/sys/times.h | extern time_t times(struct tms * tp); |
tp | 38 | include/time.h | time_t time(time_t * tp); |
tp | 40 | include/time.h | time_t mktime(struct tm * tp); |
tp | 42 | include/time.h | char * asctime(const struct tm * tp); |
tp | 43 | include/time.h | char * ctime(const time_t * tp); |
tp | 44 | include/time.h | struct tm * gmtime(const time_t *tp); |
tp | 45 | include/time.h | struct tm *localtime(const time_t * tp); |
tp | 46 | include/time.h | size_t strftime(char * s, size_t smax, const char * fmt, const struct tm * tp); |
tp | 378 | kernel/sched.c | struct timer_struct *tp = timer_table+0; |
tp | 381 | kernel/sched.c | for (mask = 1 ; mask ; tp++,mask += mask) { |
tp | 386 | kernel/sched.c | if (tp->expires > jiffies) |
tp | 389 | kernel/sched.c | tp->fn(); |