Home
last modified time | relevance | path

Searched refs:qstats (Results 1 – 4 of 4) sorted by relevance

/external/strace/tests-m32/
Dnlattr_tc_stats.c112 static const struct gnet_stats_queue qstats = { in main() local
121 TCA_STATS_QUEUE, pattern, qstats, in main()
122 PRINT_FIELD_U("{", qstats, qlen); in main()
123 PRINT_FIELD_U(", ", qstats, backlog); in main()
124 PRINT_FIELD_U(", ", qstats, drops); in main()
125 PRINT_FIELD_U(", ", qstats, requeues); in main()
126 PRINT_FIELD_U(", ", qstats, overlimits); in main()
/external/strace/tests/
Dnlattr_tc_stats.c112 static const struct gnet_stats_queue qstats = { in main() local
121 TCA_STATS_QUEUE, pattern, qstats, in main()
122 PRINT_FIELD_U("{", qstats, qlen); in main()
123 PRINT_FIELD_U(", ", qstats, backlog); in main()
124 PRINT_FIELD_U(", ", qstats, drops); in main()
125 PRINT_FIELD_U(", ", qstats, requeues); in main()
126 PRINT_FIELD_U(", ", qstats, overlimits); in main()
/external/strace/tests-mx32/
Dnlattr_tc_stats.c112 static const struct gnet_stats_queue qstats = { in main() local
121 TCA_STATS_QUEUE, pattern, qstats, in main()
122 PRINT_FIELD_U("{", qstats, qlen); in main()
123 PRINT_FIELD_U(", ", qstats, backlog); in main()
124 PRINT_FIELD_U(", ", qstats, drops); in main()
125 PRINT_FIELD_U(", ", qstats, requeues); in main()
126 PRINT_FIELD_U(", ", qstats, overlimits); in main()
/external/strace/
Drtnl_tc.c147 struct gnet_stats_queue qstats; in decode_gnet_stats_queue() local
149 if (len < sizeof(qstats)) in decode_gnet_stats_queue()
151 else if (!umove_or_printaddr(tcp, addr, &qstats)) { in decode_gnet_stats_queue()
152 PRINT_FIELD_U("{", qstats, qlen); in decode_gnet_stats_queue()
153 PRINT_FIELD_U(", ", qstats, backlog); in decode_gnet_stats_queue()
154 PRINT_FIELD_U(", ", qstats, drops); in decode_gnet_stats_queue()
155 PRINT_FIELD_U(", ", qstats, requeues); in decode_gnet_stats_queue()
156 PRINT_FIELD_U(", ", qstats, overlimits); in decode_gnet_stats_queue()