Home
last modified time | relevance | path

Searched refs:lun_ref_comp (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/target/
Dtarget_core_tpg.c580 init_completion(&lun->lun_ref_comp); in core_tpg_alloc_lun()
Dtarget_core_device.c825 init_completion(&xcopy_lun->lun_ref_comp); in target_alloc_device()
Dtarget_core_transport.c2926 complete(&lun->lun_ref_comp); in target_lun_confirm()
2944 wait_for_completion(&lun->lun_ref_comp); in transport_clear_lun_ref()
/Linux-v4.19/include/target/
Dtarget_core_base.h735 struct completion lun_ref_comp; member