Searched refs:gcpus_poll_lock (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_main.c85 mutex_init(&sp->gcpus_poll_lock, NULL, MUTEX_DRIVER, NULL);
90 mutex_destroy(&sp->gcpus_poll_lock);
H A Dgcpu_poll_ntv.c94 ASSERT(MUTEX_HELD(&gcpu->gcpu_shared->gcpus_poll_lock));
212 mutex_enter(&gcpu->gcpu_shared->gcpus_poll_lock);
214 mutex_exit(&gcpu->gcpu_shared->gcpus_poll_lock);
H A Dgcpu.h190 kmutex_t gcpus_poll_lock; /* serialize pollers on the same chip */ member in struct:gcpu_chipshared
H A Dgcpu_mca.c1928 poll_lock = &gcpu->gcpu_shared->gcpus_poll_lock;

Completed in 64 milliseconds