HomeSort by: relevance | last modified time | path
    Searched refs:target_ci (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
subr_prof.c 237 struct cpu_info *ci, *target_ci; local
242 target_ci = (struct cpu_info *)rnode->sysctl_data;
243 do_merge = (oldp != NULL) && (target_ci == NULL) &&
271 } else if (target_ci != NULL) {
273 gp = target_ci->ci_gmon;
326 if (target_ci != NULL) {
328 UINT64TOPTR(state), NULL, target_ci);
383 if (target_ci == NULL) {
393 if (target_ci == NULL) {
402 if (target_ci == NULL)
    [all...]
kern_cpu.c 316 struct cpu_info *target_ci; local
331 for (CPU_INFO_FOREACH(cii, target_ci)) {
332 mspc = &target_ci->ci_schedstate;
336 KASSERT(target_ci != NULL);
353 lwp_migrate(l, target_ci);
  /src/sys/arch/alpha/pci/
pci_machdep.c 340 struct cpu_info *target_ci = local
353 if (first_handler || target_ci != current_ci) {
354 alpha_shared_intr_set_cpu(pc->pc_shared_intrs, irq, target_ci);
356 pc->pc_intr_set_affinity(pc, irq, target_ci);

Completed in 16 milliseconds