Searched refs:TAILQ_EMPTY (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_ss_functions.c82 while (!TAILQ_EMPTY(&asoc->ss_data.out_wheel)) {
112 if (!TAILQ_EMPTY(&strq->outqueue) &&
127 if (TAILQ_EMPTY(&asoc->ss_data.out_wheel)) {
143 if (TAILQ_EMPTY(&strq->outqueue) &&
261 if (!TAILQ_EMPTY(&strq->outqueue) &&
264 if (TAILQ_EMPTY(&asoc->ss_data.out_wheel)) {
354 while (!TAILQ_EMPTY(&asoc->ss_data.out_wheel)) {
395 if (!TAILQ_EMPTY(&strq->outqueue) &&
398 if (TAILQ_EMPTY(&asoc->ss_data.out_wheel)) {
427 if (TAILQ_EMPTY(
[all...]
H A Dsctp_timer.c685 if (TAILQ_EMPTY(&stcb->asoc.send_queue)) {
1167 if (TAILQ_EMPTY(&stcb->asoc.asconf_send_queue)) {
1351 if (!TAILQ_EMPTY(&stcb->asoc.strmout[i].outqueue)) {
1366 if ((TAILQ_EMPTY(&stcb->asoc.send_queue)) &&
1367 (TAILQ_EMPTY(&stcb->asoc.sent_queue))) {
1415 (TAILQ_EMPTY(&stcb->asoc.send_queue)) &&
1416 (TAILQ_EMPTY(&stcb->asoc.sent_queue))) {
1555 if (TAILQ_EMPTY(&asoc->send_queue) &&
1556 TAILQ_EMPTY(&asoc->sent_queue)) {
H A Dsctp_indata.c676 if (TAILQ_EMPTY(&strm->inqueue)) {
857 if (TAILQ_EMPTY(&asoc->reasmqueue)) {
1484 (TAILQ_EMPTY(&asoc->resetHead)) &&
1551 TAILQ_EMPTY(&asoc->resetHead) &&
1554 TAILQ_EMPTY(&asoc->strmin[strmno].inqueue)))) {
1642 if (TAILQ_EMPTY(&asoc->reasmqueue) == 0) {
1721 if (TAILQ_EMPTY(&asoc->reasmqueue) &&
1764 if (!TAILQ_EMPTY(&asoc->reasmqueue)) {
1821 if (TAILQ_EMPTY(&asoc->pending_reply_queue)) {
1909 if (TAILQ_EMPTY(
[all...]
H A Dsctp_input.c320 if (!TAILQ_EMPTY(&asoc->nets)) {
978 if (!TAILQ_EMPTY(&asoc->send_queue) ||
979 !TAILQ_EMPTY(&asoc->sent_queue) ||
1058 if (!TAILQ_EMPTY(&asoc->send_queue) ||
1059 !TAILQ_EMPTY(&asoc->sent_queue) ||
3103 (!TAILQ_EMPTY(&stcb->asoc.asconf_queue))) {
3117 if (!TAILQ_EMPTY(&asoc->sent_queue)) {
3315 if (!TAILQ_EMPTY(&asoc->send_queue) ||
3316 !TAILQ_EMPTY(&asoc->sent_queue) ||
3435 if (TAILQ_EMPTY(
[all...]
H A Dsctp_output.c7086 if (TAILQ_EMPTY(&asoc->send_queue) &&
7087 TAILQ_EMPTY(&asoc->sent_queue) &&
7135 if (TAILQ_EMPTY(&asoc->send_queue) &&
7136 TAILQ_EMPTY(&asoc->sent_queue) &&
8277 if ((TAILQ_EMPTY(&asoc->control_send_queue) ||
8279 TAILQ_EMPTY(&asoc->asconf_send_queue) &&
8280 TAILQ_EMPTY(&asoc->send_queue) &&
8379 if (TAILQ_EMPTY(&asoc->control_send_queue) &&
8380 TAILQ_EMPTY(&asoc->asconf_send_queue) &&
8381 TAILQ_EMPTY(
[all...]
H A Dsctp_var.h162 if (TAILQ_EMPTY(&(_stcb)->asoc.free_chunks)) { \
H A Dsctp_usrreq.c1229 if (TAILQ_EMPTY(&asoc->send_queue) &&
1230 TAILQ_EMPTY(&asoc->sent_queue) &&
1293 if (TAILQ_EMPTY(&asoc->send_queue) &&
1294 TAILQ_EMPTY(&asoc->sent_queue) &&
1432 if (TAILQ_EMPTY(&asoc->send_queue) &&
1433 TAILQ_EMPTY(&asoc->sent_queue) &&
1491 if (TAILQ_EMPTY(&asoc->send_queue) &&
1492 TAILQ_EMPTY(&asoc->sent_queue) &&
5683 if (TAILQ_EMPTY(&stcb->asoc.send_queue) &&
5684 TAILQ_EMPTY(
[all...]
H A Dsctp_asconf.c1001 if (!TAILQ_EMPTY(&stcb->asoc.sent_queue)) {
1828 if (!TAILQ_EMPTY(&stcb->asoc.asconf_queue)) {
H A Dsctp_pcb.c4003 } else if (TAILQ_EMPTY(&asoc->asoc.send_queue) &&
4004 TAILQ_EMPTY(&asoc->asoc.sent_queue) &&
4055 if (TAILQ_EMPTY(&asoc->asoc.send_queue) &&
4056 TAILQ_EMPTY(&asoc->asoc.sent_queue) &&
6538 if (!TAILQ_EMPTY(&wkq->que)) {
/external/chromium_org/third_party/libevent/
H A Dsignal.c214 if (TAILQ_EMPTY(&sig->evsigevents[evsignal])) {
278 if (!TAILQ_EMPTY(&sig->evsigevents[evsignal]))
H A Dkqueue.c311 if (TAILQ_EMPTY(&kqop->evsigevents[nsignal])) {
389 if (TAILQ_EMPTY(&kqop->evsigevents[nsignal])) {
H A Devent.c240 assert(TAILQ_EMPTY(base->activequeues[i]));
249 assert(TAILQ_EMPTY(&base->eventqueue));
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_queue.h481 if (!TAILQ_EMPTY(head) && \
511 if (!TAILQ_EMPTY(head2)) { \
521 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
H A Duser_socketvar.h412 !TAILQ_EMPTY(&(so)->so_comp) || (so)->so_error)
742 !TAILQ_EMPTY(&(so)->so_comp) || (so)->so_error)
H A Duser_socket.c251 KASSERT((TAILQ_EMPTY(&so->so_comp)), ("sofree: so_comp populated"));
252 KASSERT((TAILQ_EMPTY(&so->so_incomp)), ("sofree: so_comp populated"));
1686 if ((head->so_state & SS_NBIO) && TAILQ_EMPTY(&head->so_comp)) {
1691 while (TAILQ_EMPTY(&head->so_comp) && head->so_error == 0) {
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dcompat-queue.h366 if (!TAILQ_EMPTY(head2)) { \
374 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/external/ipsec-tools/src/include-glibc/sys/
H A Dqueue.h338 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/external/chromium_org/third_party/libevent/compat/sys/
H A Dqueue.h301 #define TAILQ_EMPTY(head) \ macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
H A Dbin-objfmt.c170 if (!TAILQ_EMPTY(&group->follow_groups)) {

Completed in 1698 milliseconds