Searched refs:free_nodes (Results 1 – 3 of 3) sorted by relevance
25 nxt_queue_t free_nodes; member
312 qn = nxt_queue_first(&cache->free_nodes); in nxt_cache_node_alloc()314 if (nxt_fast_path(qn != nxt_queue_tail(&cache->free_nodes))) { in nxt_cache_node_alloc()338 nxt_queue_insert_head(&cache->free_nodes, &node->queue); in nxt_cache_node_free()
562 link = nxt_queue_first(&cache->free_nodes); in nxt_cache_node_alloc()564 if (nxt_fast_path(link != nxt_queue_tail(&cache->free_nodes))) { in nxt_cache_node_alloc()588 nxt_queue_insert_head(&cache->free_nodes, &node->link); in nxt_cache_node_free()