Home
last modified time | relevance | path

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

/linux/net/ipv6/
A Dioam6_iptunnel.c98 int len_aligned, err; in ioam6_build_state() local
131 len_aligned = ALIGN(trace->remlen * 4, 8); in ioam6_build_state()
132 lwt = lwtunnel_state_alloc(sizeof(*ilwt) + len_aligned); in ioam6_build_state()
148 tuninfo->eh.hdrlen = ((sizeof(*tuninfo) + len_aligned) >> 3) - 1; in ioam6_build_state()
157 if (len_aligned - trace->remlen * 4) { in ioam6_build_state()
A Dioam6.c313 int len, len_aligned, err; in ioam6_genl_addsc() local
332 len_aligned = ALIGN(len, 4); in ioam6_genl_addsc()
334 sc = kzalloc(sizeof(*sc) + len_aligned, GFP_KERNEL); in ioam6_genl_addsc()
341 sc->len = len_aligned; in ioam6_genl_addsc()
/linux/drivers/spi/
A Dspidev.c230 unsigned int len_aligned = ALIGN(u_tmp->len, ARCH_KMALLOC_MINALIGN); in spidev_message() local
247 rx_total += len_aligned; in spidev_message()
253 rx_buf += len_aligned; in spidev_message()
257 tx_total += len_aligned; in spidev_message()
267 tx_buf += len_aligned; in spidev_message()

Completed in 6 milliseconds