Home
last modified time | relevance | path

Searched refs:par (Results 1 – 2 of 2) sorted by relevance

/kernel/
Dprofile.c60 int par; in profile_setup() local
67 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()
Dcpuset.c479 struct cpuset *c, *par; in validate_change() local
491 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()