Search | Google it | Results 1 - 3 of 3 for funcall:knl_abstim_reached (0.00 seconds) |
344: tm = cyccb->cyctmeb.time; 345: if ( knl_abstim_reached(cur, tm) ) { 346: tm = knl_cyc_next_time(cyccb);
54: 55: if ( knl_abstim_reached(cur, tm) ) { 56: /* Adjust time to be later than current time */
171: 172: if ( !knl_abstim_reached(cur, event->time) ) { 173: break;