Searched refs:threshold_time (Results 1 – 2 of 2) sorted by relevance
27 ktime_t current_time, threshold_time, new_time; in sparx5_new_base_time() local37 threshold_time = current_time + (2 * cycle_time); in sparx5_new_base_time()38 diff_time = threshold_time - new_time; in sparx5_new_base_time()42 if (new_time >= threshold_time) { in sparx5_new_base_time()57 if (new_time < threshold_time) { in sparx5_new_base_time()59 while (new_time < threshold_time) in sparx5_new_base_time()
377 ktime_t current_time, threshold_time; in lan966x_taprio_new_base_time() local383 threshold_time = current_time + (2 * cycle_time); in lan966x_taprio_new_base_time()386 if (org_base_time >= threshold_time) { in lan966x_taprio_new_base_time()401 *new_base_time = threshold_time + rem; in lan966x_taprio_new_base_time()
Completed in 6 milliseconds