Lines Matching refs:sysfs_lock
175 mutex_init(&eq->sysfs_lock); in elevator_alloc()
193 mutex_lock(&e->sysfs_lock); in __elevator_exit()
195 mutex_unlock(&e->sysfs_lock); in __elevator_exit()
451 mutex_lock(&e->sysfs_lock); in elv_attr_show()
453 mutex_unlock(&e->sysfs_lock); in elv_attr_show()
469 mutex_lock(&e->sysfs_lock); in elv_attr_store()
471 mutex_unlock(&e->sysfs_lock); in elv_attr_store()
490 lockdep_assert_held(&q->sysfs_lock); in elv_register_queue()
512 lockdep_assert_held(&q->sysfs_lock); in elv_unregister_queue()
580 lockdep_assert_held(&q->sysfs_lock); in elevator_switch_mq()
711 lockdep_assert_held(&q->sysfs_lock); in elevator_switch()