Home
last modified time | relevance | path

Searched refs:hba_access_mutex (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/target/
Dtarget_core_hba.c115 mutex_init(&hba->hba_access_mutex); in core_alloc_hba()
Dtarget_core_configfs.c2537 ret = mutex_lock_interruptible(&hba->hba_access_mutex); in target_core_make_subdev()
2607 mutex_unlock(&hba->hba_access_mutex); in target_core_make_subdev()
2619 mutex_unlock(&hba->hba_access_mutex); in target_core_make_subdev()
2637 mutex_lock(&hba->hba_access_mutex); in target_core_drop_subdev()
2669 mutex_unlock(&hba->hba_access_mutex); in target_core_drop_subdev()
/linux-4.1.27/include/target/
Dtarget_core_base.h839 struct mutex hba_access_mutex; member