Searched refs:rl_lock (Results 1 – 5 of 5) sorted by relevance
129 mutex_init(&rl->rl_lock, NULL, MUTEX_DEFAULT, NULL); in zfs_rangelock_init()139 mutex_destroy(&rl->rl_lock); in zfs_rangelock_fini()208 cv_wait(&lr->lr_write_cv, &rl->rl_lock); in zfs_rangelock_enter_writer()422 cv_wait(&prev->lr_read_cv, &rl->rl_lock); in zfs_rangelock_enter_reader()448 cv_wait(&next->lr_read_cv, &rl->rl_lock); in zfs_rangelock_enter_reader()492 mutex_enter(&rl->rl_lock); in zfs_rangelock_enter_impl()507 mutex_exit(&rl->rl_lock); in zfs_rangelock_enter_impl()623 mutex_enter(&rl->rl_lock); in zfs_rangelock_exit()639 mutex_exit(&rl->rl_lock); in zfs_rangelock_exit()665 mutex_enter(&rl->rl_lock); in zfs_rangelock_reduce()[all …]
108 mutex_lock(&table->rl_lock); in mlx5_rl_add_rate()156 mutex_unlock(&table->rl_lock); in mlx5_rl_add_rate()170 mutex_lock(&table->rl_lock); in mlx5_rl_remove_rate()186 mutex_unlock(&table->rl_lock); in mlx5_rl_remove_rate()195 mutex_init(&table->rl_lock); in mlx5_init_rl_table()
41 kmutex_t rl_lock; member
575 struct mutex rl_lock; member
358 rll_t *rl_lock;1996 rl->rl_lock = rll; in ztest_log_write() 2006 rll_t *rll = rl->rl_lock; in ztest_log_write() 347 rll_t *rl_lock; global() member