Search | Google it | Results 1 - 1 of 1 for funcall:knl_cyc_next_time (0.00 seconds) |
187: /* Set next startup time */ 188: knl_cyc_timer_insert(cyccb, knl_cyc_next_time(cyccb)); 189: 201: /* Set next startup time */ 202: knl_cyc_timer_insert(cyccb, knl_cyc_next_time(cyccb)); 203: 345: if ( knl_abstim_reached(cur, tm) ) { 346: tm = knl_cyc_next_time(cyccb); 347: } 425: if ( knl_abstim_reached(cur, tm) ) { 426: tm = knl_cyc_next_time(cyccb); 427: } 526: if ( knl_abstim_reached(cur, tm) ) { 527: tm = knl_cyc_next_time(cyccb); 528: }