OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:best_ci
(Results
1 - 1
of
1
) 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
;
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025