Searched refs:shareval (Results 1 – 1 of 1) sorted by relevance
9268 struct cftype *cftype, u64 shareval) in cpu_shares_write_u64() argument9272 if (shareval > scale_load_down(ULONG_MAX)) in cpu_shares_write_u64()9273 shareval = MAX_SHARES; in cpu_shares_write_u64()9274 ret = sched_group_set_shares(css_tg(css), scale_load(shareval)); in cpu_shares_write_u64()9277 sched_weight_to_cgroup(shareval)); in cpu_shares_write_u64()