Lines Matching refs:partial_iter
29 u32 partial_iter; member
69 alloc->list.partial_iter = 0; in create_allocation()
71 alloc->oob_list.partial_iter = 0; in create_allocation()
99 list->partial_iter = 0; in region_list_append()
247 alloc->list.partial_iter = 0; in reduce_allocation()
458 alloc->list.partial_iter = 0; in allocate_blocks()
489 block += alloc->list.partial_iter; in get_block()
502 block += alloc->oob_list.partial_iter; in get_oob_block()
517 *len = alloc->list.iter->len - alloc->list.partial_iter; in get_region()
524 alloc->list.partial_iter = 0; in get_next_region()
541 alloc->list.partial_iter = 0; in rewind_alloc()
584 do_split_allocation(alloc, alloc->list.partial_iter); in split_allocation()
588 alloc->list.partial_iter = 0; in split_allocation()
616 if (reg->len > list->partial_iter + blocks) { in advance_list_ptr()
617 list->partial_iter += blocks; in advance_list_ptr()
621 blocks -= (reg->len - list->partial_iter); in advance_list_ptr()
622 list->partial_iter = 0; in advance_list_ptr()