Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dkfifo.c333 unsigned int len_to_end; in setup_sgl() local
342 len_to_end = min(len, size - off); in setup_sgl()
344 n = setup_sgl_buf(fifo, sgl, off, nents, len_to_end, dma); in setup_sgl()
345 n += setup_sgl_buf(fifo, sgl + n, 0, nents - n, len - len_to_end, dma); in setup_sgl()