Lines Matching defs:ok_count
3599 int ok_count = 0;
3608 ok_count++;
3611 return ok_count;
3618 int ok_count;
3634 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop);
3639 return ok_count;
3654 int ok_count;
3672 ok_count = -EOPNOTSUPP;
3676 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop);
3677 if (ok_count < 0)
3682 if (ok_count > 0)
3684 ok_count, true);
3689 return min(ok_count, 0);
3706 int ok_count;
3724 ok_count = -EOPNOTSUPP;
3732 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop);
3733 if (ok_count < 0)
3738 if (ok_count > 0)
3740 new_flags, ok_count, true);
3745 return min(ok_count, 0);
3758 int ok_count;
3774 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop);
3783 return min(ok_count, 0);