Searched refs:SLIST_FIRST (Results 1 – 3 of 3) sorted by relevance
110 #define SLIST_FIRST(head) ((head)->slh_first) macro112 #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); \
2880 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()
264 sp = SLIST_FIRST(&test->streams); in server_timer_proc()