Searched refs:tot_net_bytes (Results 1 – 1 of 1) sorted by relevance
/xen-4.10.0-shim-comet/tools/xenstat/xentop/ |
A D | xentop.c | 89 static unsigned long long tot_net_bytes( xenstat_domain *, int); 620 return -compare(tot_net_bytes(domain1, FALSE), in compare_net_tx() 621 tot_net_bytes(domain2, FALSE)); in compare_net_tx() 627 print("%*llu", fields[FIELD_NET_TX-1].default_width, tot_net_bytes(domain, FALSE)/1024); in print_net_tx() 634 return -compare(tot_net_bytes(domain1, TRUE), in compare_net_rx() 635 tot_net_bytes(domain2, TRUE)); in compare_net_rx() 641 print("%*llu", fields[FIELD_NET_RX-1].default_width, tot_net_bytes(domain, TRUE)/1024); in print_net_rx() 647 static unsigned long long tot_net_bytes(xenstat_domain *domain, int rx_flag) in tot_net_bytes() function 832 length = INT_FIELD_WIDTH((tot_net_bytes(domain, FALSE)/1024) + 1); in adjust_field_widths() 836 length = INT_FIELD_WIDTH((tot_net_bytes(domain, TRUE)/1024) + 1); in adjust_field_widths()
|
Completed in 5 milliseconds