Home
last modified time | relevance | path

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

/linux/lib/xz/
H A Dxz_lzma2.h191 #define ALIGN_MASK (ALIGN_SIZE - 1) macro
/linux/drivers/md/
H A Ddm-ioctl.c540 #define ALIGN_MASK 7 macro
543 return (val + ALIGN_MASK) & ~ALIGN_MASK; in align_val()
678 *needed += ALIGN_MASK; in list_version_get_needed()
/linux/drivers/net/ethernet/alacritech/
H A Dslicoss.c394 const unsigned int ALIGN_MASK = SLIC_RX_BUFF_ALIGN - 1; in slic_refill_rx_queue() local
406 skb = alloc_skb(maplen + ALIGN_MASK, gfp); in slic_refill_rx_queue()
420 misalign = paddr & ALIGN_MASK; in slic_refill_rx_queue()