/src/sys/kern/ |
subr_prof.c | 235 struct cpu_info *ci, *target_ci; local in function:sysctl_kern_profiling 240 target_ci = (struct cpu_info *)rnode->sysctl_data; 241 do_merge = (oldp != NULL) && (target_ci == NULL) && 269 } else if (target_ci != NULL) { 271 gp = target_ci->ci_gmon; 324 if (target_ci != NULL) { 326 UINT64TOPTR(state), NULL, target_ci); 381 if (target_ci == NULL) { 391 if (target_ci == NULL) { 400 if (target_ci == NULL) [all...] |
subr_prof.c | 235 struct cpu_info *ci, *target_ci; local in function:sysctl_kern_profiling 240 target_ci = (struct cpu_info *)rnode->sysctl_data; 241 do_merge = (oldp != NULL) && (target_ci == NULL) && 269 } else if (target_ci != NULL) { 271 gp = target_ci->ci_gmon; 324 if (target_ci != NULL) { 326 UINT64TOPTR(state), NULL, target_ci); 381 if (target_ci == NULL) { 391 if (target_ci == NULL) { 400 if (target_ci == NULL) [all...] |
kern_cpu.c | 313 struct cpu_info *target_ci; local in function:cpu_xc_offline 328 for (CPU_INFO_FOREACH(cii, target_ci)) { 329 mspc = &target_ci->ci_schedstate; 333 KASSERT(target_ci != NULL); 350 lwp_migrate(l, target_ci);
|
kern_cpu.c | 313 struct cpu_info *target_ci; local in function:cpu_xc_offline 328 for (CPU_INFO_FOREACH(cii, target_ci)) { 329 mspc = &target_ci->ci_schedstate; 333 KASSERT(target_ci != NULL); 350 lwp_migrate(l, target_ci);
|
/src/sys/arch/alpha/pci/ |
pci_machdep.c | 342 struct cpu_info *target_ci = local in function:alpha_pci_generic_intr_establish 355 if (first_handler || target_ci != current_ci) { 356 alpha_shared_intr_set_cpu(pc->pc_shared_intrs, irq, target_ci); 358 pc->pc_intr_set_affinity(pc, irq, target_ci);
|
pci_machdep.c | 342 struct cpu_info *target_ci = local in function:alpha_pci_generic_intr_establish 355 if (first_handler || target_ci != current_ci) { 356 alpha_shared_intr_set_cpu(pc->pc_shared_intrs, irq, target_ci); 358 pc->pc_intr_set_affinity(pc, irq, target_ci);
|