gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:ll_add from mtkernel_3 (0.00 seconds)
mtkernel_3
kernel/tkernel/time_calls.c - 22.2KB - 901 lines
54:         BEGIN_CRITICAL_SECTION;
55:         *pk_tim = knl_toSYSTIM(ll_add(knl_current_time, knl_real_time_ofs));
56:         END_CRITICAL_SECTION;
More results from time_calls.c
kernel/tkernel/timer.c - 5.4KB - 185 lines
153:         BEGIN_CRITICAL_SECTION;
154:         knl_current_time = ll_add(knl_current_time, uitoll(TIMER_PERIOD));
155:         cur = lltoul(knl_current_time);