Lines Matching refs:ok_count
3243 int ok_count = 0; in __tc_setup_cb_call() local
3252 ok_count++; in __tc_setup_cb_call()
3255 return ok_count; in __tc_setup_cb_call()
3262 int ok_count; in tc_setup_cb_call() local
3278 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_call()
3283 return ok_count; in tc_setup_cb_call()
3298 int ok_count; in tc_setup_cb_add() local
3316 ok_count = -EOPNOTSUPP; in tc_setup_cb_add()
3320 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_add()
3321 if (ok_count < 0) in tc_setup_cb_add()
3326 if (ok_count > 0) in tc_setup_cb_add()
3328 ok_count, true); in tc_setup_cb_add()
3333 return ok_count < 0 ? ok_count : 0; in tc_setup_cb_add()
3350 int ok_count; in tc_setup_cb_replace() local
3368 ok_count = -EOPNOTSUPP; in tc_setup_cb_replace()
3376 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_replace()
3377 if (ok_count < 0) in tc_setup_cb_replace()
3382 if (ok_count > 0) in tc_setup_cb_replace()
3384 new_flags, ok_count, true); in tc_setup_cb_replace()
3389 return ok_count < 0 ? ok_count : 0; in tc_setup_cb_replace()
3402 int ok_count; in tc_setup_cb_destroy() local
3418 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_destroy()
3427 return ok_count < 0 ? ok_count : 0; in tc_setup_cb_destroy()