Searched refs:this_length (Results 1 – 1 of 1) sorted by relevance
437 int this_length = min(cacheline_end - gpu_offset, length); in __copy_to_user_swizzled() local442 this_length); in __copy_to_user_swizzled()446 cpu_offset += this_length; in __copy_to_user_swizzled()447 gpu_offset += this_length; in __copy_to_user_swizzled()448 length -= this_length; in __copy_to_user_swizzled()463 int this_length = min(cacheline_end - gpu_offset, length); in __copy_from_user_swizzled() local468 this_length); in __copy_from_user_swizzled()472 cpu_offset += this_length; in __copy_from_user_swizzled()473 gpu_offset += this_length; in __copy_from_user_swizzled()474 length -= this_length; in __copy_from_user_swizzled()