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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_queue.c55 while (!STAILQ_EMPTY(&q->header)) {
89 while (STAILQ_EMPTY(&q->header) && !db_rep->finished) {
H A Drepmgr_net.c407 if (!STAILQ_EMPTY(&conn->outbound_queue)) {
437 if (STAILQ_EMPTY(&conn->outbound_queue))
761 while (!STAILQ_EMPTY(&conn->outbound_queue)) {
H A Drepmgr_posix.c597 if (!STAILQ_EMPTY(&conn->outbound_queue)) {
H A Drepmgr_windows.c587 !STAILQ_EMPTY(&conn->outbound_queue) ||
H A Drepmgr_sel.c1394 while (!STAILQ_EMPTY(&conn->outbound_queue)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Dqueue.h228 if (!STAILQ_EMPTY((head2))) { \
235 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
268 (STAILQ_EMPTY((head)) ? \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dqueue.h147 #undef STAILQ_EMPTY macro
303 if (!STAILQ_EMPTY((head2))) { \
310 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
343 (STAILQ_EMPTY((head)) ? \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Dqueue.h185 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro

Completed in 109 milliseconds