Home
last modified time | relevance | path

Searched refs:target_offset_end (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/android/binder/
H A Dthread.rs880 let target_offset_end = fixup.target_offset.checked_add(fixup_len).ok_or(EINVAL)?; in apply_sg() localVariable
881 if fixup.target_offset < end_of_previous_fixup || offset_end < target_offset_end { in apply_sg()
887 target_offset_end in apply_sg()
909 end_of_previous_fixup = target_offset_end; in apply_sg()