Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/device-drivers/tbio/tbio_user/
Dtbio.c65 static int tbio_fd = -1; variable
70 if (tbio_fd != -1) { in cleanup()
71 close(tbio_fd); in cleanup()
72 tbio_fd = -1; in cleanup()
136 tbio_fd = SAFE_OPEN(cleanup, DEVICE_NAME, O_RDWR); in setup()
283 if (ki_generic(tbio_fd, LTP_TBIO_ALLOC)) in main()
288 if (ki_generic(tbio_fd, LTP_TBIO_CLONE)) in main()
293 if (ki_generic(tbio_fd, LTP_TBIO_GET_NR_VECS)) in main()
298 if (ki_generic(tbio_fd, LTP_TBIO_ADD_PAGE)) in main()
303 if (tbio_split_to_dev(tbio_fd, LTP_TBIO_SPLIT)) in main()
[all …]