Searched defs:percpu (Results 1 – 2 of 2) sorted by relevance
119 struct percpu { struct120 short pc_cputype; /* cpu type code */121 short pc_cpuspeed; /* relative speed of cpu */122 short pc_nioa; /* number of IO adaptors/nexus blocks */123 struct iobus *pc_io; /* descriptions of IO adaptors */124 struct cpuops *pc_ops; /* per-cpu operations */184 struct percpu percpu[]; variable
220 struct percpu percpu[] = { variable