MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pcpu_find

Function pcpu_find

freebsd/kern/subr_pcpu.c:282–287  ·  view source on GitHub ↗

* Locate a struct pcpu by cpu id. */

Source from the content-addressed store, hash-verified

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

Callers 15

blake2_attachFunction · 0.85
aesni_attachFunction · 0.85
tcp_init_hptsiFunction · 0.85
pmap_init_reserved_pagesFunction · 0.85
pmap_init_reserved_pagesFunction · 0.85
db_md_set_watchpointFunction · 0.85
db_md_clr_watchpointFunction · 0.85
pmap_reset_asid_setFunction · 0.85
smp_after_idle_runnableFunction · 0.85
cpu_est_clockrateFunction · 0.85
pmap_init_reserved_pagesFunction · 0.85
cpu_est_clockrateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected