Home
last modified time | relevance | path

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

/linux-6.6.21/lib/
Dkfifo.c295 static int setup_sgl_buf(struct scatterlist *sgl, void *buf, in setup_sgl_buf() function
350 n = setup_sgl_buf(sgl, fifo->data + off, nents, l); in setup_sgl()
351 n += setup_sgl_buf(sgl + n, fifo->data, nents - n, len - l); in setup_sgl()