Searched refs:target_ci (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/kern/
H A Dsubr_prof.c235 struct cpu_info *ci, *target_ci; local
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
[all...]
H A Dkern_cpu.c313 struct cpu_info *target_ci; local
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);
/netbsd-current/sys/arch/alpha/pci/
H A Dpci_machdep.c342 struct cpu_info *target_ci = local
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);

Completed in 195 milliseconds