Lines Matching refs:next
22 struct recycled_pool *next;
46 if (apr_atomic_casptr((void*)&(qi->recycled_pools), first_pool->next,
96 /* Save queue_info->recycled_pool in local variable next because
97 * new_recycle->next can be changed after apr_atomic_casptr
100 struct recycled_pool *next = queue_info->recycled_pools;
101 new_recycle->next = next;
103 new_recycle, next) == next) {
191 * it reaches into the queue and accesses "next" which can change.
202 if (apr_atomic_casptr((void*)&(queue_info->recycled_pools), first_pool->next,
325 * Retrieves the next available socket from the queue. If there are no