Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
Dltp_tbio.c66 static struct bio *tbiop, *tbiop_dup; variable
187 tbiop_dup = bio_clone(tbiop, GFP_NOIO); in test_bio_clone()
188 if (tbiop_dup == NULL) { in test_bio_clone()
193 test_bio_put(tbiop_dup); in test_bio_clone()