Lines Matching defs:ok_count
3484 int ok_count = 0;
3493 ok_count++;
3496 return ok_count;
3503 int ok_count;
3519 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop);
3524 return ok_count;
3539 int ok_count;
3557 ok_count = -EOPNOTSUPP;
3561 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop);
3562 if (ok_count < 0)
3567 if (ok_count > 0)
3569 ok_count, true);
3574 return min(ok_count, 0);
3591 int ok_count;
3609 ok_count = -EOPNOTSUPP;
3617 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop);
3618 if (ok_count < 0)
3623 if (ok_count > 0)
3625 new_flags, ok_count, true);
3630 return min(ok_count, 0);
3643 int ok_count;
3659 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop);
3668 return min(ok_count, 0);