Lines Matching refs:offset
478 unsigned long offset; in reserve_module_tags() local
506 offset = mas.index; in reserve_module_tags()
507 offset += prepend; in reserve_module_tags()
508 offset = ALIGN(offset, align); in reserve_module_tags()
509 if (offset != mas.index) { in reserve_module_tags()
512 mas.last = offset - 1; in reserve_module_tags()
518 mas.index = offset; in reserve_module_tags()
519 mas.last = offset + size - 1; in reserve_module_tags()
527 mas.last = offset + size - 1; in reserve_module_tags()
538 if (module_tags.size < offset + size) { in reserve_module_tags()
541 module_tags.size = offset + size; in reserve_module_tags()
557 return (struct alloc_tag *)(module_tags.start_addr + offset); in reserve_module_tags()