Lines Matching refs:Some
67 desc.state = Some((range.state, free_res)); in from_array()
117 Some(state) => &state.0, in debug_print()
160 Some(new_oneway_space) => new_oneway_space, in reserve_new()
181 Some(desc) => { in reserve_new()
189 desc.state = Some(( in reserve_new()
229 Some((DescriptorState::Reserved(reservation), free_node_res)) => { in reservation_abort()
270 Some((_, next)) if next.state.is_none() => { in reservation_abort()
289 Some((_, prev)) if prev.state.is_none() => { in reservation_abort()
313 Some((DescriptorState::Reserved(reservation), free_node_res)) => ( in reservation_commit()
314 Some(( in reservation_commit()
338 Some((DescriptorState::Allocated(allocation), free_node_res)) => { in reserve_existing()
342 Some((DescriptorState::Reserved(reservation), free_node_res)), in reserve_existing()
363 if let Some((DescriptorState::Allocated(allocation), _)) = &mut desc.state { in take_for_each()
384 if let Some((state, _)) = &desc.state { in low_oneway_space()