Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma/mediatek/
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()
359 d->avail_len = sg_dma_len(sgl); in mtk_uart_apdma_prep_slave_sg()
/Linux-v6.1/security/tomoyo/
Dcommon.c2650 size_t avail_len = buffer_len; in tomoyo_write_control() local
2661 while (avail_len > 0) { in tomoyo_write_control()
2683 avail_len--; in tomoyo_write_control()
/Linux-v6.1/net/ipv4/
Dtcp.c2189 u32 length = 0, offset, vma_len, avail_len, copylen = 0; in tcp_zerocopy_receive() local
2233 avail_len = min_t(u32, vma_len, inq); in tcp_zerocopy_receive()
2234 total_bytes_to_map = avail_len & ~(PAGE_SIZE - 1); in tcp_zerocopy_receive()
2241 zc->length = avail_len; in tcp_zerocopy_receive()
2242 zc->recv_skip_hint = avail_len; in tcp_zerocopy_receive()