Searched refs:this_length (Results 1 – 1 of 1) sorted by relevance
331 int this_length = min(cacheline_end - gpu_offset, length); in __copy_to_user_swizzled() local336 this_length); in __copy_to_user_swizzled()340 cpu_offset += this_length; in __copy_to_user_swizzled()341 gpu_offset += this_length; in __copy_to_user_swizzled()342 length -= this_length; in __copy_to_user_swizzled()357 int this_length = min(cacheline_end - gpu_offset, length); in __copy_from_user_swizzled() local362 this_length); in __copy_from_user_swizzled()366 cpu_offset += this_length; in __copy_from_user_swizzled()367 gpu_offset += this_length; in __copy_from_user_swizzled()368 length -= this_length; in __copy_from_user_swizzled()