Lines Matching refs:error
696 * When complete or on error, should_run is cleared and the completion is fired.
1119 * The AP side has done the error rollback already. Just
1120 * return the error code..
1204 int error;
1223 error = cpu_down_maps_locked(cpu, CPUHP_OFFLINE);
1224 if (error) {
1225 pr_err("Failed to offline CPU%d - error=%d", cpu, error);
1339 * The AP side has done the error rollback already. Just
1340 * return the error code..
1463 int cpu, error = 0;
1492 error = -EBUSY;
1497 error = _cpu_down(cpu, 1, CPUHP_OFFLINE);
1499 if (!error) {
1502 pr_err("Error taking CPU%d down: %d\n", cpu, error);
1507 if (!error) {
1521 return error;
1534 int cpu, error;
1550 error = _cpu_up(cpu, 1, CPUHP_ONLINE);
1552 if (!error) {
1556 pr_warn("Error taking CPU%d up: %d\n", cpu, error);
2038 * On failure: proper (negative) error code