Searched refs:this_length (Results 1 – 1 of 1) sorted by relevance
453 int this_length = min(cacheline_end - gpu_offset, length); in __copy_to_user_swizzled() local458 this_length); in __copy_to_user_swizzled()462 cpu_offset += this_length; in __copy_to_user_swizzled()463 gpu_offset += this_length; in __copy_to_user_swizzled()464 length -= this_length; in __copy_to_user_swizzled()479 int this_length = min(cacheline_end - gpu_offset, length); in __copy_from_user_swizzled() local484 this_length); in __copy_from_user_swizzled()488 cpu_offset += this_length; in __copy_from_user_swizzled()489 gpu_offset += this_length; in __copy_from_user_swizzled()490 length -= this_length; in __copy_from_user_swizzled()