Searched refs:par (Results 1 – 4 of 4) sorted by relevance
/kernel/ |
D | profile.c | 58 int par; in profile_setup() local 66 if (get_option(&str, &par)) in profile_setup() 67 prof_shift = par; in profile_setup() 77 if (get_option(&str, &par)) in profile_setup() 78 prof_shift = par; in profile_setup() 85 if (get_option(&str, &par)) in profile_setup() 86 prof_shift = par; in profile_setup() 89 } else if (get_option(&str, &par)) { in profile_setup() 90 prof_shift = par; in profile_setup()
|
D | up.c | 87 int smp_call_on_cpu(unsigned int cpu, int (*func)(void *), void *par, bool phys) in smp_call_on_cpu() argument 96 ret = func(par); in smp_call_on_cpu()
|
D | smp.c | 759 int smp_call_on_cpu(unsigned int cpu, int (*func)(void *), void *par, bool phys) in smp_call_on_cpu() argument 764 .data = par, in smp_call_on_cpu()
|
D | cpuset.c | 471 struct cpuset *c, *par; in validate_change() local 487 par = parent_cs(cur); in validate_change() 492 !is_cpuset_subset(trial, par)) in validate_change() 500 cpuset_for_each_child(c, css, par) { in validate_change()
|