Home
last modified time | relevance | path

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

/lib/
Dfault-inject.c106 unsigned int fail_nth = READ_ONCE(current->fail_nth); in should_fail() local
108 if (fail_nth) { in should_fail()
109 if (!WRITE_ONCE(current->fail_nth, fail_nth - 1)) in should_fail()