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

/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c268 static kmutex_t board_cache_lock; variable
435 mutex_init(&board_cache_lock, NULL, MUTEX_DEFAULT, NULL);
470 mutex_destroy(&board_cache_lock);
1239 mutex_enter(&board_cache_lock);
1242 mutex_exit(&board_cache_lock);
1316 * someone won't grab the board_cache_lock between the update and snapshot
1346 mutex_enter(&board_cache_lock);
1368 mutex_exit(&board_cache_lock);
1835 mutex_enter(&board_cache_lock);
1886 mutex_exit(&board_cache_lock);
[all...]

Completed in 58 milliseconds