Home
last modified time | relevance | path

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

/kernel/sched/
Disolation.c195 char *par; in housekeeping_isolcpus_setup() local
221 for (par = str, len = 0; *str && *str != ','; str++, len++) { in housekeeping_isolcpus_setup()
227 pr_warn("isolcpus: Invalid flag %.*s\n", len, par); in housekeeping_isolcpus_setup()
231 pr_info("isolcpus: Skipped unknown flag %.*s\n", len, par); in housekeeping_isolcpus_setup()
/kernel/
Dprofile.c63 int par; in profile_setup() local
79 } else if (get_option(&str, &par)) { in profile_setup()
80 prof_shift = clamp(par, 0, BITS_PER_LONG - 1); in profile_setup()
89 if (get_option(&str, &par)) in profile_setup()
90 prof_shift = clamp(par, 0, BITS_PER_LONG - 1); in profile_setup()
Dup.c58 int smp_call_on_cpu(unsigned int cpu, int (*func)(void *), void *par, bool phys) in smp_call_on_cpu() argument
67 ret = func(par); in smp_call_on_cpu()
Dsmp.c1249 int smp_call_on_cpu(unsigned int cpu, int (*func)(void *), void *par, bool phys) in smp_call_on_cpu() argument
1254 .data = par, in smp_call_on_cpu()
/kernel/cgroup/
Dcpuset.c723 struct cpuset *c, *par; in validate_change_legacy() local
736 par = parent_cs(cur); in validate_change_legacy()
737 if (par && !is_cpuset_subset(trial, par)) in validate_change_legacy()
768 struct cpuset *c, *par; in validate_change() local
782 par = parent_cs(cur); in validate_change()
813 cpuset_for_each_child(c, css, par) { in validate_change()