Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/vhost/
A Dvringh.c177 int *up_next, u16 *i, void *addr, in move_to_indirect() argument
184 if (*up_next != -1) { in move_to_indirect()
185 vringh_bad("Multilevel indirect %u->%u", *up_next, *i); in move_to_indirect()
197 *up_next = vringh16_to_cpu(vrh, desc->next); in move_to_indirect()
199 *up_next = -2; in move_to_indirect()
238 u16 i = *up_next; in return_from_indirect()
240 *up_next = -1; in return_from_indirect()
303 up_next = -1; in __vringh_iov()
352 if (up_next == -1) in __vringh_iov()
415 if (unlikely(up_next > 0)) { in __vringh_iov()
[all …]

Completed in 8 milliseconds