Searched refs:tx_xmit_list (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/scripts/python/
H A Dnetdev-times.py30 # tx_xmit_list
36 tx_xmit_list = []; # list of packets which pass through dev_hard_start_xmit variable
222 (len(tx_xmit_list), of_count_tx_xmit_list)
416 tx_xmit_list.insert(0, skb)
418 if len(tx_xmit_list) > buffer_budget:
419 tx_xmit_list.pop()
431 for i in range(len(tx_xmit_list)):
432 skb = tx_xmit_list[i]
436 del tx_xmit_list[i]
448 for i in range(len(tx_xmit_list))
[all...]

Completed in 233 milliseconds