Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_alua.c1754 spin_lock(&lun->lun_tg_pt_gp_lock); in core_alua_free_tg_pt_gp()
1760 spin_unlock(&lun->lun_tg_pt_gp_lock); in core_alua_free_tg_pt_gp()
1808 assert_spin_locked(&lun->lun_tg_pt_gp_lock); in __target_attach_tg_pt_gp()
1825 spin_lock(&lun->lun_tg_pt_gp_lock); in target_attach_tg_pt_gp()
1827 spin_unlock(&lun->lun_tg_pt_gp_lock); in target_attach_tg_pt_gp()
1834 assert_spin_locked(&lun->lun_tg_pt_gp_lock); in __target_detach_tg_pt_gp()
1846 spin_lock(&lun->lun_tg_pt_gp_lock); in target_detach_tg_pt_gp()
1848 lockdep_is_held(&lun->lun_tg_pt_gp_lock)); in target_detach_tg_pt_gp()
1853 spin_unlock(&lun->lun_tg_pt_gp_lock); in target_detach_tg_pt_gp()
1861 assert_spin_locked(&lun->lun_tg_pt_gp_lock); in target_swap_tg_pt_gp()
[all …]
H A Dtarget_core_tpg.c627 spin_lock_init(&lun->lun_tg_pt_gp_lock); in core_tpg_alloc_lun()
/openbmc/linux/include/target/
H A Dtarget_core_base.h758 spinlock_t lun_tg_pt_gp_lock; member