Searched defs:appm_lock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/ppm/
H A Dacpippm.c132 * appm_lock synchronize the access of lyr handle to each appm
138 static kmutex_t appm_lock; variable
157 mutex_init(&appm_lock, NULL, MUTEX_DRIVER, NULL);
160 mutex_destroy(&appm_lock);
174 mutex_destroy(&appm_lock);
347 mutex_enter(&appm_lock);
349 mutex_exit(&appm_lock);
353 mutex_exit(&appm_lock);
369 mutex_enter(&appm_lock);
371 mutex_exit(&appm_lock);
[all...]

Completed in 55 milliseconds