Home
last modified time | relevance | path

Searched refs:SLIST_FIRST (Results 1 – 3 of 3) sorted by relevance

/iperf/src/
H A Dqueue.h110 #define SLIST_FIRST(head) ((head)->slh_first) macro
112 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))
116 for((var) = SLIST_FIRST(head); \
121 for ((varp) = &SLIST_FIRST((head)); \
129 SLIST_FIRST(head) = SLIST_END(head); \
H A Diperf_api.c2880 sp = SLIST_FIRST(&test->streams); in iperf_free_test()
2949 prot = SLIST_FIRST(&test->protocols); in iperf_free_test()
3014 sp = SLIST_FIRST(&test->streams); in iperf_reset_test()
3422 sp = SLIST_FIRST(&test->streams); /* reset back to 1st stream */ in iperf_print_intermediate()
3583 sp = SLIST_FIRST(&test->streams); in iperf_print_results()
4062 if (sp == SLIST_FIRST(&test->streams)) { in print_interval_results()
H A Diperf_server_api.c264 sp = SLIST_FIRST(&test->streams); in server_timer_proc()