Lines Matching refs:next
124 TAILQ_INSERT_TAIL(head, hook, next);
133 TAILQ_FOREACH(hook, head, next) {
135 TAILQ_REMOVE(head, hook, next);
172 TAILQ_FOREACH(hook, head, next) {
217 TAILQ_INSERT_TAIL(&base->registered_rpcs, rpc, next);
236 TAILQ_FOREACH(rpc, &base->registered_rpcs, next) {
244 TAILQ_REMOVE(&base->registered_rpcs, rpc, next);
416 TAILQ_REMOVE(&pool->requests, request, next);
422 TAILQ_REMOVE(&pool->connections, connection, next);
446 TAILQ_INSERT_TAIL(&pool->connections, connection, next);
469 TAILQ_REMOVE(&pool->requests, request, next);
478 TAILQ_FOREACH(evcon, &pool->connections, next) {
496 TAILQ_FOREACH(connection, &pool->connections, next) {
577 * the next time a connection is empty, the rpc will be send on that.
579 TAILQ_INSERT_TAIL(&pool->requests, ctx, next);
644 TAILQ_REMOVE(&pool->requests, ctx, next);