Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dsys-queue.h51 #undef SLIST_EMPTY
203 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
/external/ipsec-tools/src/include-glibc/sys/
Dqueue.h125 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
/external/libevent/compat/sys/
Dqueue.h108 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
/external/libiio/src/iiod/
Dops.c540 if (SLIST_EMPTY(&entry->thdlist_head)) in rw_thd()
859 if (SLIST_EMPTY(&entry->thdlist_head) && entry->buf) { in remove_thd_entry()
Dqueue.h203 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
/external/iperf3/src/
Diperf_server_api.c237 while (!SLIST_EMPTY(&test->streams)) { in server_timer_proc()
Dqueue.h112 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
Diperf_api.c2592 while (!SLIST_EMPTY(&test->streams)) { in iperf_free_test()
2659 while (!SLIST_EMPTY(&test->protocols)) { in iperf_free_test()
2724 while (!SLIST_EMPTY(&test->streams)) { in iperf_reset_test()
3985 if (SLIST_EMPTY(&test->streams)) { in iperf_add_stream()
/external/usrsctp/usrsctplib/
Duser_queue.h161 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro