Home
last modified time | relevance | path

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

/iperf/src/
H A Dqueue.h112 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
H A Diperf_server_api.c263 while (!SLIST_EMPTY(&test->streams)) { in server_timer_proc()
H A Diperf_api.c2879 while (!SLIST_EMPTY(&test->streams)) { in iperf_free_test()
2948 while (!SLIST_EMPTY(&test->protocols)) { in iperf_free_test()
3013 while (!SLIST_EMPTY(&test->streams)) { in iperf_reset_test()
4374 if (SLIST_EMPTY(&test->streams)) { in iperf_add_stream()