Home
last modified time | relevance | path

Searched refs:tc_time (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/sched/
H A Drte_sched.c66 uint64_t tc_time; /* time of next update */ member
154 uint64_t tc_time; /* time of next update */ member
1336 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()
/dpdk/doc/guides/prog_guide/
H A Dqos_framework.rst762 …| 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; …