* Locate a struct pcpu by cpu id. */
| 280 | * Locate a struct pcpu by cpu id. |
| 281 | */ |
| 282 | struct pcpu * |
| 283 | pcpu_find(u_int cpuid) |
| 284 | { |
| 285 | |
| 286 | return (cpuid_to_pcpu[cpuid]); |
| 287 | } |
| 288 | |
| 289 | int |
| 290 | sysctl_dpcpu_quad(SYSCTL_HANDLER_ARGS) |
no outgoing calls
no test coverage detected