Home
last modified time | relevance | path

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

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