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

Function smp_rendezvous

freebsd/kern/subr_smp.c:622–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620}
621
622void
623smp_rendezvous(void (* setup_func)(void *),
624 void (* action_func)(void *),
625 void (* teardown_func)(void *),
626 void *arg)
627{
628 smp_rendezvous_cpus(all_cpus, setup_func, action_func, teardown_func, arg);
629}
630
631static struct cpu_group group[MAXCPU * MAX_CACHE_LEVELS + 1];
632

Callers 15

i386_ldt_growFunction · 0.85
counter_u64_fetch_inlineFunction · 0.85
counter_u64_zero_inlineFunction · 0.85
pmap_call_on_active_cpusFunction · 0.85
pmap_sync_icacheFunction · 0.85
counter_u64_zero_inlineFunction · 0.85
svm_modcleanupFunction · 0.85
svm_modinitFunction · 0.85
ept_invalidate_mappingsFunction · 0.85
vmx_modcleanupFunction · 0.85
vmx_modinitFunction · 0.85
user_ldt_allocFunction · 0.85

Calls 1

smp_rendezvous_cpusFunction · 0.85

Tested by 1

test_tscFunction · 0.68