Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ublk/
H A Dbatch.c17 return t->commit_buf + idx * t->commit_buf_size; in ublk_get_commit_buf()
71 if (t->commit_buf) { in free_batch_commit_buf()
75 munlock(t->commit_buf, total); in free_batch_commit_buf()
76 free(t->commit_buf); in free_batch_commit_buf()
98 t->commit_buf = NULL; in alloc_batch_commit_buf()
103 t->commit_buf = buf; in alloc_batch_commit_buf()
106 if (mlock(t->commit_buf, total)) in alloc_batch_commit_buf()
H A Dkublk.h269 void *commit_buf; member