Searched refs:ring_depth (Results 1 – 2 of 2) sorted by relevance
415 inline std::size_t ring_depth(ring_ptr<T> r) { in ring_depth() function433 return ring_depth(r) & 1; in ring_is_hole()
158 std::size_t depth_1 = ring_depth(op1->ring); in operator ()()159 std::size_t depth_2 = ring_depth(op2->ring); in operator ()()