gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:lltoul from mtkernel_3/kernel/tkernel/timer.c (0.00 seconds)
mtkernel_3
kernel/tkernel/timer.c - 5.4KB - 185 lines
72:         QUEUE  *q;
73:         ABSTIM ofs = lltoul(knl_current_time) - ABSTIM_DIFF_MIN;
74: 
106: add TIMER_PERIOD on wait time */ 107: event->time = lltoul(knl_current_time) + tmout + TIMER_PERIOD; 108: knl_enqueue_tmeb(event);
118: add TIMER_PERIOD on wait time */ 119: event->time = lltoul(knl_current_time) + tmout + TIMER_PERIOD; 120: knl_enqueue_tmeb(event);
154: knl_current_time = ll_add(knl_current_time, uitoll(TIMER_PERIOD)); 155: cur = lltoul(knl_current_time); 156: