Searched refs:table_lock (Results 1 – 3 of 3) sorted by relevance
135 static mutex_t table_lock = DEFAULTMUTEX; variable136 #define RETURN(n) { lmutex_unlock(&table_lock); return (n); }229 lmutex_lock(&table_lock); in hcreate()234 lmutex_unlock(&table_lock); in hcreate()245 lmutex_lock(&table_lock); in hdestroy()269 lmutex_unlock(&table_lock); in hdestroy()289 lmutex_lock(&table_lock); in hsearch()380 lmutex_unlock(&table_lock); in hsearch()420 lmutex_lock(&table_lock);
397 spin_lock(&filp->table_lock); in drm_gem_handle_delete()402 spin_unlock(&filp->table_lock); in drm_gem_handle_delete()413 spin_unlock(&filp->table_lock); in drm_gem_handle_delete()440 spin_lock(&file_priv->table_lock); in drm_gem_handle_create()442 spin_unlock(&file_priv->table_lock); in drm_gem_handle_create()462 spin_lock(&filp->table_lock); in drm_gem_object_lookup()467 spin_unlock(&filp->table_lock); in drm_gem_object_lookup()474 spin_unlock(&filp->table_lock); in drm_gem_object_lookup()609 mutex_init(&file_private->table_lock, NULL, MUTEX_DRIVER, NULL); in drm_gem_open()
504 kmutex_t table_lock; member