Home
last modified time | relevance | path

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

/kernel/
Dprofile.c58 int par; in profile_setup() local
65 if (get_option(&str, &par)) in profile_setup()
66 prof_shift = par; in profile_setup()
76 if (get_option(&str, &par)) in profile_setup()
77 prof_shift = par; in profile_setup()
84 if (get_option(&str, &par)) in profile_setup()
85 prof_shift = par; in profile_setup()
88 } else if (get_option(&str, &par)) { in profile_setup()
89 prof_shift = par; in profile_setup()
Dcpuset.c468 struct cpuset *c, *par; in validate_change() local
484 par = parent_cs(cur); in validate_change()
488 if (!cgroup_on_dfl(cur->css.cgroup) && !is_cpuset_subset(trial, par)) in validate_change()
496 cpuset_for_each_child(c, css, par) { in validate_change()