Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ublk/
H A Dbatch.c170 munlock(t->fetch[i].fetch_buf, t->fetch[i].fetch_buf_size); in free_batch_fetch_buf()
171 free(t->fetch[i].fetch_buf); in free_batch_fetch_buf()
192 if (posix_memalign((void **)&t->fetch[i].fetch_buf, pg_sz, in alloc_batch_fetch_buf()
197 if (mlock(t->fetch[i].fetch_buf, t->fetch[i].fetch_buf_size)) in alloc_batch_fetch_buf()
284 io_uring_buf_ring_add(t->fetch[buf_idx].br, t->fetch[buf_idx].fetch_buf, in ublk_batch_queue_fetch()
324 void *buf = t->fetch[buf_idx].fetch_buf; in ublk_compl_batch_fetch()
H A Dkublk.h237 void *fetch_buf; member