Searched refs:smc_io_lock (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dapple_smcvar.h51 kmutex_t smc_io_lock; /* excludes I/O with the SMC */ member in struct:apple_smc_tag
H A Dapple_smc.c79 mutex_init(&smc->smc_io_lock, MUTEX_DEFAULT, IPL_NONE);
101 mutex_destroy(&smc->smc_io_lock);
191 KASSERT(mutex_owned(&smc->smc_io_lock));
215 KASSERT(mutex_owned(&smc->smc_io_lock));
258 KASSERT(mutex_owned(&smc->smc_io_lock));
289 mutex_enter(&smc->smc_io_lock);
306 out: mutex_exit(&smc->smc_io_lock);
319 mutex_enter(&smc->smc_io_lock);
336 out: mutex_exit(&smc->smc_io_lock);

Completed in 82 milliseconds