Lines Matching refs:ok_count
3180 int ok_count = 0; in __tc_setup_cb_call() local
3189 ok_count++; in __tc_setup_cb_call()
3192 return ok_count; in __tc_setup_cb_call()
3199 int ok_count; in tc_setup_cb_call() local
3215 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_call()
3220 return ok_count; in tc_setup_cb_call()
3235 int ok_count; in tc_setup_cb_add() local
3253 ok_count = -EOPNOTSUPP; in tc_setup_cb_add()
3257 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_add()
3258 if (ok_count < 0) in tc_setup_cb_add()
3263 if (ok_count > 0) in tc_setup_cb_add()
3265 ok_count, true); in tc_setup_cb_add()
3270 return ok_count < 0 ? ok_count : 0; in tc_setup_cb_add()
3287 int ok_count; in tc_setup_cb_replace() local
3305 ok_count = -EOPNOTSUPP; in tc_setup_cb_replace()
3313 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_replace()
3314 if (ok_count < 0) in tc_setup_cb_replace()
3319 if (ok_count > 0) in tc_setup_cb_replace()
3321 new_flags, ok_count, true); in tc_setup_cb_replace()
3326 return ok_count < 0 ? ok_count : 0; in tc_setup_cb_replace()
3339 int ok_count; in tc_setup_cb_destroy() local
3355 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_destroy()
3364 return ok_count < 0 ? ok_count : 0; in tc_setup_cb_destroy()