Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/packetengines/
Dyellowfin.c820 int cacheline_end = ((unsigned long)skb->data + skb->len) % 32; in yellowfin_start_xmit() local
822 if (cacheline_end > 24 || cacheline_end == 0) { in yellowfin_start_xmit()
823 len = skb->len + 32 - cacheline_end + 1; in yellowfin_start_xmit()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem.c865 int cacheline_end = ALIGN(gpu_offset + 1, 64); in __copy_to_user_swizzled() local
866 int this_length = min(cacheline_end - gpu_offset, length); in __copy_to_user_swizzled()
891 int cacheline_end = ALIGN(gpu_offset + 1, 64); in __copy_from_user_swizzled() local
892 int this_length = min(cacheline_end - gpu_offset, length); in __copy_from_user_swizzled()