Lines Matching refs:ok_count
3244 int ok_count = 0; in __tc_setup_cb_call() local
3253 ok_count++; in __tc_setup_cb_call()
3256 return ok_count; in __tc_setup_cb_call()
3263 int ok_count; in tc_setup_cb_call() local
3279 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_call()
3284 return ok_count; in tc_setup_cb_call()
3299 int ok_count; in tc_setup_cb_add() local
3317 ok_count = -EOPNOTSUPP; in tc_setup_cb_add()
3321 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_add()
3322 if (ok_count < 0) in tc_setup_cb_add()
3327 if (ok_count > 0) in tc_setup_cb_add()
3329 ok_count, true); in tc_setup_cb_add()
3334 return ok_count < 0 ? ok_count : 0; in tc_setup_cb_add()
3351 int ok_count; in tc_setup_cb_replace() local
3369 ok_count = -EOPNOTSUPP; in tc_setup_cb_replace()
3377 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_replace()
3378 if (ok_count < 0) in tc_setup_cb_replace()
3383 if (ok_count > 0) in tc_setup_cb_replace()
3385 new_flags, ok_count, true); in tc_setup_cb_replace()
3390 return ok_count < 0 ? ok_count : 0; in tc_setup_cb_replace()
3403 int ok_count; in tc_setup_cb_destroy() local
3419 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_destroy()
3428 return ok_count < 0 ? ok_count : 0; in tc_setup_cb_destroy()