Home
last modified time | relevance | path

Searched refs:asoft_instmutex (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c224 mutex_enter(&softstate->asoft_instmutex); in agp_devmap_unmap()
237 mutex_exit(&softstate->asoft_instmutex); in agp_devmap_unmap()
260 ASSERT(mutex_owned(&softstate->asoft_instmutex)); in agp_devmap_map()
296 mutex_enter(&softstate->asoft_instmutex); in agp_devmap_dup()
301 mutex_exit(&softstate->asoft_instmutex); in agp_devmap_dup()
1239 ASSERT(mutex_owned(&softstate->asoft_instmutex)); in agp_fill_empty_keyent()
1284 ASSERT(mutex_owned(&softstate->asoft_instmutex)); in agp_find_bound_keyent()
1535 ASSERT(mutex_owned(&st->asoft_instmutex)); in agp_dealloc_mem()
2388 ASSERT(mutex_owned(&softstate->asoft_instmutex)); in agp_bind_key()
2462 mutex_init(&softstate->asoft_instmutex, NULL, MUTEX_DRIVER, NULL); in agpgart_attach()
[all …]
/titanic_41/usr/src/uts/common/sys/agp/
H A Dagpgart_impl.h137 kmutex_t asoft_instmutex; member