Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ublk/
H A Dkublk.c1610 char ublkc[64]; in ublk_stop_io_daemon() local
1620 snprintf(ublkc, sizeof(ublkc), "/dev/%s%d", "ublkc", dev_id); in ublk_stop_io_daemon()
1623 if (access(ublkc, F_OK) != 0) in ublk_stop_io_daemon()
1627 ret = wait_ublk_dev(ublkc, IN_CLOSE, 10); in ublk_stop_io_daemon()