Searched refs:cacheline_end (Results 1 – 2 of 2) sorted by relevance
823 int cacheline_end = ((unsigned long)skb->data + skb->len) % 32; in yellowfin_start_xmit() local825 if (cacheline_end > 24 || cacheline_end == 0) { in yellowfin_start_xmit()826 len = skb->len + 32 - cacheline_end + 1; in yellowfin_start_xmit()
436 int cacheline_end = ALIGN(gpu_offset + 1, 64); in __copy_to_user_swizzled() local437 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() local463 int this_length = min(cacheline_end - gpu_offset, length); in __copy_from_user_swizzled()