Home
last modified time | relevance | path

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

/linux/drivers/dma/mediatek/
A Dmtk-uart-apdma.c89 unsigned int avail_len; member
167 wpt += c->desc->avail_len; in mtk_uart_apdma_start_tx()
238 c->rx_status = d->avail_len - cnt; in mtk_uart_apdma_rx_handler()
356 d->avail_len = sg_dma_len(sgl); in mtk_uart_apdma_prep_slave_sg()
/linux/security/tomoyo/
A Dcommon.c2659 size_t avail_len = buffer_len; in tomoyo_write_control() local
2670 while (avail_len > 0) { in tomoyo_write_control()
2692 avail_len--; in tomoyo_write_control()
/linux/net/ipv4/
A Dtcp.c2043 u32 length = 0, offset, vma_len, avail_len, copylen = 0; in tcp_zerocopy_receive() local
2087 avail_len = min_t(u32, vma_len, inq); in tcp_zerocopy_receive()
2088 total_bytes_to_map = avail_len & ~(PAGE_SIZE - 1); in tcp_zerocopy_receive()
2095 zc->length = avail_len; in tcp_zerocopy_receive()
2096 zc->recv_skip_hint = avail_len; in tcp_zerocopy_receive()

Completed in 22 milliseconds