Searched refs:read_lock (Results 1 – 7 of 7) sorted by relevance
75 kmutex_t read_lock; member98 KASSERT(mutex_owned(&sc.read_lock)); in check_happy()192 mutex_enter(&sc.read_lock); in happy_read()208 mutex_exit(&sc.read_lock); in happy_read()231 mutex_init(&sc.read_lock, MUTEX_DEFAULT, IPL_NONE); in happy_mpsafe_modcmd()236 mutex_destroy(&sc.read_lock); in happy_mpsafe_modcmd()
114 #define read_lock(rwlock) mutex_spin_enter(rwlock) macro120 #define read_lock_bh(rwlock) read_lock(rwlock)
125 read_lock(&mgr->vm_lock); in drm_vma_offset_lock_lookup()
228 static void read_lock(rbtree_type* all, FILE* in, int val) in read_lock() function277 else read_lock(all, in, fst); in readinput()
188 read_lock(rwlock_t *rw) in read_lock() function
377 read_lock(&node->vm_lock); in drm_vma_node_is_allowed()
1616 read_lock(&dev_base_lock);