Searched refs:par (Results 1 – 2 of 2) sorted by relevance
60 int par; in profile_setup() local67 if (get_option(&str, &par)) in profile_setup()68 prof_shift = par; in profile_setup()80 if (get_option(&str, &par)) in profile_setup()81 prof_shift = par; in profile_setup()89 if (get_option(&str, &par)) in profile_setup()90 prof_shift = par; in profile_setup()94 } else if (get_option(&str, &par)) { in profile_setup()95 prof_shift = par; in profile_setup()
479 struct cpuset *c, *par; in validate_change() local491 par = cur->parent; in validate_change()494 if (!is_cpuset_subset(trial, par)) in validate_change()501 list_for_each_entry(cont, &par->css.cgroup->children, sibling) { in validate_change()