Lines Matching full:lane
163 A lane number is obtained at the start of any IO, and is used for indexing into
196 free[lane] = map[premap_aba]
199 Both threads can update their respective free[lane] with the same old, freed
213 through all the entries, and for each lane, of the set of two possible
229 2. Get a lane (and take lane_lock)
231 4. Enter post-map ABA into RTT[lane]
235 8. Remove post-map ABA entry from RTT[lane]
236 9. Release lane (and lane_lock)
241 2. Get a lane (and take lane_lock)
242 3. Use lane to index into in-memory free list and obtain a new block, next flog
251 11. Release lane (and lane_lock)