Home
last modified time | relevance | path

Searched refs:this_length (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/drm2/i915/
HDi915_gem.c1080 int this_length = min(cacheline_end - gpu_offset, length); in __copy_to_user_swizzled() local
1085 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() local
1111 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()
/trueos/contrib/gcc/doc/
HDextend.texi926 malloc (sizeof (struct line) + this_length);
927 thisline->length = this_length;