Searched refs:fail_nth (Results 1 – 3 of 3) sorted by relevance
111 unsigned int fail_nth = READ_ONCE(current->fail_nth); in should_fail() local113 if (fail_nth) { in should_fail()114 if (!WRITE_ONCE(current->fail_nth, fail_nth - 1)) in should_fail()
1096 unsigned int fail_nth; member
1379 task->fail_nth = n; in proc_fail_nth_write()1395 len = snprintf(numbuf, sizeof(numbuf), "%u\n", task->fail_nth); in proc_fail_nth_read()