Searched refs:gcpus_cfglock (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_main.c86 mutex_init(&sp->gcpus_cfglock, NULL, MUTEX_DRIVER, NULL);
89 mutex_destroy(&sp->gcpus_cfglock);
H A Dgcpu.h189 kmutex_t gcpus_cfglock; /* serial MCA config from chip cores */ member in struct:gcpu_chipshared
H A Dgcpu_mca.c1172 mutex_enter(&gcpu->gcpu_shared->gcpus_cfglock);
1355 mutex_exit(&gcpu->gcpu_shared->gcpus_cfglock);
2035 mutex_enter(&gcpu->gcpu_shared->gcpus_cfglock);
2037 mutex_exit(&gcpu->gcpu_shared->gcpus_cfglock);

Completed in 59 milliseconds