Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/packetengines/
Dyellowfin.c823 int cacheline_end = ((unsigned long)skb->data + skb->len) % 32; in yellowfin_start_xmit() local
825 if (cacheline_end > 24 || cacheline_end == 0) { in yellowfin_start_xmit()
826 len = skb->len + 32 - cacheline_end + 1; in yellowfin_start_xmit()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem.c436 int cacheline_end = ALIGN(gpu_offset + 1, 64); in __copy_to_user_swizzled() local
437 int this_length = min(cacheline_end - gpu_offset, length); in __copy_to_user_swizzled()
462 int cacheline_end = ALIGN(gpu_offset + 1, 64); in __copy_from_user_swizzled() local
463 int this_length = min(cacheline_end - gpu_offset, length); in __copy_from_user_swizzled()