Lines Matching refs:lane
152 A lane number is obtained at the start of any IO, and is used for indexing into
185 free[lane] = map[premap_aba]
188 Both threads can update their respective free[lane] with the same old, freed
202 through all the entries, and for each lane, of the set of two possible
217 2. Get a lane (and take lane_lock)
219 4. Enter post-map ABA into RTT[lane]
223 8. Remove post-map ABA entry from RTT[lane]
224 9. Release lane (and lane_lock)
229 2. Get a lane (and take lane_lock)
230 3. Use lane to index into in-memory free list and obtain a new block, next flog
239 11. Release lane (and lane_lock)