Lines Matching refs:offset
482 unsigned long offset; in reserve_module_tags() local
510 offset = mas.index; in reserve_module_tags()
511 offset += prepend; in reserve_module_tags()
512 offset = ALIGN(offset, align); in reserve_module_tags()
513 if (offset != mas.index) { in reserve_module_tags()
516 mas.last = offset - 1; in reserve_module_tags()
522 mas.index = offset; in reserve_module_tags()
523 mas.last = offset + size - 1; in reserve_module_tags()
531 mas.last = offset + size - 1; in reserve_module_tags()
542 if (module_tags.size < offset + size) { in reserve_module_tags()
545 module_tags.size = offset + size; in reserve_module_tags()
561 return (struct alloc_tag *)(module_tags.start_addr + offset); in reserve_module_tags()