Searched refs:avail_len (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/mediatek/ |
H A D | mtk-uart-apdma.c | 89 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()
|
/kernel/linux/linux-6.6/drivers/dma/mediatek/ |
H A D | mtk-uart-apdma.c | 88 unsigned int avail_len; member 166 wpt += c->desc->avail_len; in mtk_uart_apdma_start_tx() 237 c->rx_status = d->avail_len - cnt; in mtk_uart_apdma_rx_handler() 358 d->avail_len = sg_dma_len(sgl); in mtk_uart_apdma_prep_slave_sg()
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | common.c | 2659 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()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | common.c | 2651 size_t avail_len = buffer_len; in tomoyo_write_control() local 2663 while (avail_len > 0) { in tomoyo_write_control() 2685 avail_len--; in tomoyo_write_control()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 1907 u32 length = 0, offset, vma_len, avail_len, aligned_len, copylen = 0; in tcp_zerocopy_receive() local 1940 avail_len = min_t(u32, vma_len, inq); in tcp_zerocopy_receive() 1941 aligned_len = avail_len & ~(PAGE_SIZE - 1); in tcp_zerocopy_receive() 1947 zc->length = avail_len; in tcp_zerocopy_receive() 1948 zc->recv_skip_hint = avail_len; in tcp_zerocopy_receive()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp.c | 2083 u32 length = 0, offset, vma_len, avail_len, copylen = 0; in tcp_zerocopy_receive() local 2125 avail_len = min_t(u32, vma_len, inq); in tcp_zerocopy_receive() 2126 total_bytes_to_map = avail_len & ~(PAGE_SIZE - 1); in tcp_zerocopy_receive() 2134 zc->length = avail_len; in tcp_zerocopy_receive() 2135 zc->recv_skip_hint = avail_len; in tcp_zerocopy_receive()
|
Completed in 18 milliseconds