Searched refs:fail_nth (Results 1 – 1 of 1) sorted by relevance
106 unsigned int fail_nth = READ_ONCE(current->fail_nth); in should_fail() local108 if (fail_nth) { in should_fail()109 if (!WRITE_ONCE(current->fail_nth, fail_nth - 1)) in should_fail()