Searched refs:this_length (Results 1 – 1 of 1) sorted by relevance
866 int this_length = min(cacheline_end - gpu_offset, length); in __copy_to_user_swizzled() local871 this_length); in __copy_to_user_swizzled()875 cpu_offset += this_length; in __copy_to_user_swizzled()876 gpu_offset += this_length; in __copy_to_user_swizzled()877 length -= this_length; in __copy_to_user_swizzled()892 int this_length = min(cacheline_end - gpu_offset, length); in __copy_from_user_swizzled() local897 this_length); in __copy_from_user_swizzled()901 cpu_offset += this_length; in __copy_from_user_swizzled()902 gpu_offset += this_length; in __copy_from_user_swizzled()903 length -= this_length; in __copy_from_user_swizzled()