Searched refs:starttime (Results 1 – 2 of 2) sorted by relevance
1781 static time_t *starttime; variable2077 starttime[firstfree] = now; in main_loop_poll()2164 if (conns[cnt].fd != -1 && starttime[cnt] < laststart) in main_loop_poll()2252 starttime[fd] = now; in main_loop_epoll()2299 starttime[revs[cnt].data.fd] = 0; in main_loop_epoll()2303 while (highest > 0 && starttime[highest] == 0); in main_loop_epoll()2311 assert (starttime[sock] == 0); in main_loop_epoll()2313 assert (inotify_fd == -1 || starttime[inotify_fd] == 0); in main_loop_epoll()2315 assert (nl_status_fd == -1 || starttime[nl_status_fd] == 0); in main_loop_epoll()2317 if (starttime[cnt] != 0 && starttime[cnt] < laststart) in main_loop_epoll()[all …]
154 static void addtt(zic_t starttime, int type);2602 register zic_t starttime, untiltime; in outzone() local2631 INITIALIZE(starttime); in outzone()2749 addtt(starttime, type); in outzone()2835 if (usestart && ktime == starttime) in outzone()2838 if (ktime < starttime) { in outzone()2896 addtt(starttime, type); in outzone()2905 starttime = zp->z_untiltime; in outzone()2907 starttime = tadd(starttime, -save); in outzone()2909 starttime = tadd(starttime, -stdoff); in outzone()[all …]