Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/iommu/
H A Diommufd_fail_nth.c106 static const char disable_nth[] = "0"; in fail_nth_next() local
133 res2 = pwrite(nth_state->proc_fd, disable_nth, in fail_nth_next()
134 ARRAY_SIZE(disable_nth) - 1, 0); in fail_nth_next()
136 res2 = pwrite(nth_state->proc_fd, disable_nth, in fail_nth_next()
137 ARRAY_SIZE(disable_nth) - 1, 0); in fail_nth_next()
141 ASSERT_EQ(ARRAY_SIZE(disable_nth) - 1, res2); in fail_nth_next()