Lines Matching refs:EINPROGRESS
114 * valid value operation->errno can be set to is -EINPROGRESS,
130 * value to set for an operation in initial state is -EINPROGRESS.
139 if (result == -EINPROGRESS) {
141 * -EINPROGRESS is used to indicate the request is
173 if (prev == -EINPROGRESS)
177 return prev == -EINPROGRESS;
185 WARN_ON(result == -EINPROGRESS);
265 * result should be -EINPROGRESS at this point.
757 gb_operation_result_set(operation, -EINPROGRESS);
945 if (gb_operation_result_set(operation, -EINPROGRESS))