Searched refs:TAILQ_FIRST (Results 76 - 79 of 79) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/test/
H A Dregress_http.c1102 if (TAILQ_FIRST(&http->connections) != NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devdns.c3978 while ((victim = TAILQ_FIRST(&base->hostsdb))) {
4461 e = TAILQ_FIRST(&base->hostsdb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c938 if ((scb = TAILQ_FIRST(queue)) != NULL
6054 next_scb = TAILQ_FIRST(untagged_q);
7266 if (TAILQ_FIRST(untagged_q) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_http.c1850 tt_assert(TAILQ_FIRST(&http->connections) == NULL);

Completed in 136 milliseconds

1234