Home
last modified time | relevance | path

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

/Linux-v5.15/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()
356 d->avail_len = sg_dma_len(sgl); in mtk_uart_apdma_prep_slave_sg()
/Linux-v5.15/security/tomoyo/
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-v5.15/net/ipv4/
Dtcp.c2058 u32 length = 0, offset, vma_len, avail_len, copylen = 0; in tcp_zerocopy_receive() local
2102 avail_len = min_t(u32, vma_len, inq); in tcp_zerocopy_receive()
2103 total_bytes_to_map = avail_len & ~(PAGE_SIZE - 1); in tcp_zerocopy_receive()
2110 zc->length = avail_len; in tcp_zerocopy_receive()
2111 zc->recv_skip_hint = avail_len; in tcp_zerocopy_receive()