Home
last modified time | relevance | path

Searched refs:LARGEST_ALIGN (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dcache.h35 #ifndef LARGEST_ALIGN
36 #define LARGEST_ALIGN(x) ALIGN(x, __LARGEST_ALIGN) macro
/linux-6.15/net/core/
H A Dxdp.c712 LARGEST_ALIGN(len)); in xdp_copy_frags_from_zc()
764 memcpy(__skb_put(skb, len), xdp->data_meta, LARGEST_ALIGN(len)); in xdp_build_skb_from_zc()
/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c3133 memcpy(dst, src, LARGEST_ALIGN(copy)); in idpf_rx_hsplit_wa()