Lines Matching refs:rc
102 int rc = 0; in sched_create_user() local
106 rc = -ENOMEM; in sched_create_user()
110 return rc; in sched_create_user()
152 int rc; in cpu_shares_store() local
156 rc = sched_group_set_shares(up->tg, shares); in cpu_shares_store()
158 return (rc ? rc : size); in cpu_shares_store()
181 int rc; in cpu_rt_runtime_store() local
185 rc = sched_group_set_rt_runtime(up->tg, rt_runtime); in cpu_rt_runtime_store()
187 return (rc ? rc : size); in cpu_rt_runtime_store()
208 int rc; in cpu_rt_period_store() local
212 rc = sched_group_set_rt_period(up->tg, rt_period); in cpu_rt_period_store()
214 return (rc ? rc : size); in cpu_rt_period_store()