HomeSort by: relevance | last modified time | path
    Searched defs:best_ci (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/alpha/pci/
pci_machdep.c 268 struct cpu_info *ci, *best_ci; local in function:alpha_pci_generic_intr_select_cpu
296 best_ci = NULL;
306 if (best_ci == NULL ||
307 ci->ci_nintrhand < best_ci->ci_nintrhand) {
308 best_ci = ci;
313 if (best_ci != NULL) {
314 return best_ci;
pci_machdep.c 268 struct cpu_info *ci, *best_ci; local in function:alpha_pci_generic_intr_select_cpu
296 best_ci = NULL;
306 if (best_ci == NULL ||
307 ci->ci_nintrhand < best_ci->ci_nintrhand) {
308 best_ci = ci;
313 if (best_ci != NULL) {
314 return best_ci;

Completed in 27 milliseconds