Lines Matching refs:ok_count
3258 int ok_count = 0;
3267 ok_count++;
3270 return ok_count;
3277 int ok_count;
3293 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop);
3298 return ok_count;
3313 int ok_count;
3331 ok_count = -EOPNOTSUPP;
3335 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop);
3336 if (ok_count < 0)
3341 if (ok_count > 0)
3343 ok_count, true);
3348 return ok_count < 0 ? ok_count : 0;
3365 int ok_count;
3383 ok_count = -EOPNOTSUPP;
3391 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop);
3392 if (ok_count < 0)
3397 if (ok_count > 0)
3399 new_flags, ok_count, true);
3404 return ok_count < 0 ? ok_count : 0;
3417 int ok_count;
3433 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop);
3442 return ok_count < 0 ? ok_count : 0;