Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/sys/
Dqueue.h293 if (!STAILQ_EMPTY((head2))) { \
300 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
348 (STAILQ_EMPTY((head)) ? NULL : \
387 if (STAILQ_EMPTY(head1)) \
389 if (STAILQ_EMPTY(head2)) \