Home
last modified time | relevance | path

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

/kernel/
Dprofile.c61 int par; in profile_setup() local
69 if (get_option(&str, &par)) in profile_setup()
70 prof_shift = par; in profile_setup()
80 if (get_option(&str, &par)) in profile_setup()
81 prof_shift = par; in profile_setup()
88 if (get_option(&str, &par)) in profile_setup()
89 prof_shift = par; in profile_setup()
92 } else if (get_option(&str, &par)) { in profile_setup()
93 prof_shift = par; in profile_setup()
Dup.c95 int smp_call_on_cpu(unsigned int cpu, int (*func)(void *), void *par, bool phys) in smp_call_on_cpu() argument
104 ret = func(par); in smp_call_on_cpu()
Dsmp.c800 int smp_call_on_cpu(unsigned int cpu, int (*func)(void *), void *par, bool phys) in smp_call_on_cpu() argument
805 .data = par, in smp_call_on_cpu()
/kernel/cgroup/
Dcpuset.c566 struct cpuset *c, *par; in validate_change() local
582 par = parent_cs(cur); in validate_change()
586 if (!is_in_v2_mode() && !is_cpuset_subset(trial, par)) in validate_change()
594 cpuset_for_each_child(c, css, par) { in validate_change()