Searched refs:tc_time (Results 1 – 2 of 2) sorted by relevance
66 uint64_t tc_time; /* time of next update */ member154 uint64_t tc_time; /* time of next update */ member1336 s->tc_time = port->time + profile->tc_period; in rte_sched_subport_config()1449 p->tc_time = port->time + params->tc_period; in rte_sched_pipe_config()2322 if (unlikely(port->time >= subport->tc_time)) { in grinder_credits_update()2329 subport->tc_time = port->time + sp->tc_period; in grinder_credits_update()2334 if (unlikely(port->time >= pipe->tc_time)) { in grinder_credits_update()2337 pipe->tc_time = port->time + params->tc_period; in grinder_credits_update()
762 …| 1 | tc_time | Bytes | Time of the next update (upper limit refill) for the TCs of …794 …| | | tc_time = tc_period; …799 …| | | if (time >= tc_time) { …803 …| | | tc_time = time + tc_period; …