Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.c74 uint64_t tc_time; /* time of next update */ member
158 uint64_t tc_time; /* time of next update */ member
1268 s->tc_time = port->time + profile->tc_period; in rte_sched_subport_config()
1379 p->tc_time = port->time + params->tc_period; in rte_sched_pipe_config()
2194 if (unlikely(port->time >= subport->tc_time)) { in grinder_credits_update()
2198 subport->tc_time = port->time + sp->tc_period; in grinder_credits_update()
2202 if (unlikely(port->time >= pipe->tc_time)) { in grinder_credits_update()
2206 pipe->tc_time = port->time + params->tc_period; in grinder_credits_update()
2280 if (unlikely(port->time >= subport->tc_time)) { in grinder_credits_update()
2287 subport->tc_time = port->time + sp->tc_period; in grinder_credits_update()
[all …]
/f-stack/dpdk/doc/guides/prog_guide/
H A Dqos_framework.rst761 …| 1 | tc_time | Bytes | Time of the next update (upper limit refill) for the TCs of …
793 …| | | tc_time = tc_period; …
798 …| | | if (time >= tc_time) { …
802 …| | | tc_time = time + tc_period; …