Searched refs:new_prs (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/cgroup/
H A Dcpuset.c1343 static int update_partition_exclusive(struct cpuset *cs, int new_prs) argument
1345 bool exclusive = (new_prs > 0);
1366 int new_prs = cs->partition_root_state; local
1367 bool rebuild_domains = (new_prs > 0) || (old_prs > 0);
1374 if (new_prs > 0) {
1375 new_lb = (new_prs != PRS_ISOLATED);
1432 * @new_prs: new partition_root_state
1435 static void partition_xcpus_newstate(int old_prs, int new_prs, struct cpumask *xcpus) argument
1437 WARN_ON_ONCE(old_prs == new_prs);
1438 if (new_prs
1453 partition_xcpus_add(int new_prs, struct cpuset *parent, struct cpumask *xcpus) argument
1577 remote_partition_enable(struct cpuset *cs, int new_prs, struct tmpmasks *tmp) argument
1818 int old_prs, new_prs; local
2187 int old_prs, new_prs; local
3042 update_prstate(struct cpuset *cs, int new_prs) argument
[all...]

Completed in 108 milliseconds