gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:knl_abstim_reached (0.00 seconds)
mtkernel_3
kernel/tkernel/time_calls.c - 22.2KB - 901 lines
344:                         tm = cyccb->cyctmeb.time;
345:                         if ( knl_abstim_reached(cur, tm) ) {
346:                                 tm = knl_cyc_next_time(cyccb);
More results from time_calls.c
kernel/tkernel/time_calls.h - 3.1KB - 111 lines
54: 
55:         if ( knl_abstim_reached(cur, tm) ) {
56:                 /* Adjust time to be later than current time */
kernel/tkernel/timer.c - 5.4KB - 185 lines
171: 
172:                 if ( !knl_abstim_reached(cur, event->time) ) {
173:                         break;