Searched refs:this_length (Results 1 – 2 of 2) sorted by relevance
1080 int this_length = min(cacheline_end - gpu_offset, length); in __copy_to_user_swizzled() local1085 this_length); in __copy_to_user_swizzled()1089 cpu_offset += this_length; in __copy_to_user_swizzled()1090 gpu_offset += this_length; in __copy_to_user_swizzled()1091 length -= this_length; in __copy_to_user_swizzled()1106 int this_length = min(cacheline_end - gpu_offset, length); in __copy_from_user_swizzled() local1111 this_length); in __copy_from_user_swizzled()1115 cpu_offset += this_length; in __copy_from_user_swizzled()1116 gpu_offset += this_length; in __copy_from_user_swizzled()1117 length -= this_length; in __copy_from_user_swizzled()
926 malloc (sizeof (struct line) + this_length);927 thisline->length = this_length;