Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ublk/
H A Dbatch.c168 for (i = 0; i < t->nr_fetch_bufs; i++) { in free_batch_fetch_buf()
185 t->nr_fetch_bufs = t->nr_queues * 2; in alloc_batch_fetch_buf()
186 t->fetch = calloc(t->nr_fetch_bufs, sizeof(*t->fetch)); in alloc_batch_fetch_buf()
189 for (i = 0; i < t->nr_fetch_bufs; i++) { in alloc_batch_fetch_buf()
H A Dkublk.h274 unsigned short nr_fetch_bufs; member