Lines Matching refs:result
185 int result; member
217 abba->result = err; in test_abba_work()
264 if (err || abba.result) { in test_abba()
266 __func__, err, abba.result); in test_abba()
270 if (err != -EDEADLK && abba.result != -EDEADLK) { in test_abba()
272 __func__, err, abba.result); in test_abba()
285 int result; member
314 cycle->result = err ?: erra; in test_cycle_work()
343 cycle->result = 0; in __test_cycle()
355 if (!cycle->result) in __test_cycle()
359 n, nthreads, cycle->result); in __test_cycle()