Lines Matching refs:ok_count
3256 int ok_count = 0; in __tc_setup_cb_call() local
3265 ok_count++; in __tc_setup_cb_call()
3268 return ok_count; in __tc_setup_cb_call()
3275 int ok_count; in tc_setup_cb_call() local
3291 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_call()
3296 return ok_count; in tc_setup_cb_call()
3311 int ok_count; in tc_setup_cb_add() local
3329 ok_count = -EOPNOTSUPP; in tc_setup_cb_add()
3333 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_add()
3334 if (ok_count < 0) in tc_setup_cb_add()
3339 if (ok_count > 0) in tc_setup_cb_add()
3341 ok_count, true); in tc_setup_cb_add()
3346 return ok_count < 0 ? ok_count : 0; in tc_setup_cb_add()
3363 int ok_count; in tc_setup_cb_replace() local
3381 ok_count = -EOPNOTSUPP; in tc_setup_cb_replace()
3389 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_replace()
3390 if (ok_count < 0) in tc_setup_cb_replace()
3395 if (ok_count > 0) in tc_setup_cb_replace()
3397 new_flags, ok_count, true); in tc_setup_cb_replace()
3402 return ok_count < 0 ? ok_count : 0; in tc_setup_cb_replace()
3415 int ok_count; in tc_setup_cb_destroy() local
3431 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_destroy()
3440 return ok_count < 0 ? ok_count : 0; in tc_setup_cb_destroy()