tpg_pr_ref_count 1436 drivers/target/target_core_pr.c 	atomic_dec_mb(&tpg->tpg_pr_ref_count);
tpg_pr_ref_count 1599 drivers/target/target_core_pr.c 			atomic_inc_mb(&tmp_tpg->tpg_pr_ref_count);
tpg_pr_ref_count 1605 drivers/target/target_core_pr.c 				atomic_dec_mb(&tmp_tpg->tpg_pr_ref_count);
tpg_pr_ref_count 3235 drivers/target/target_core_pr.c 		atomic_inc_mb(&dest_se_tpg->tpg_pr_ref_count);
tpg_pr_ref_count 3241 drivers/target/target_core_pr.c 			atomic_dec_mb(&dest_se_tpg->tpg_pr_ref_count);
tpg_pr_ref_count  476 drivers/target/target_core_tpg.c 	atomic_set(&se_tpg->tpg_pr_ref_count, 0);
tpg_pr_ref_count  526 drivers/target/target_core_tpg.c 	while (atomic_read(&se_tpg->tpg_pr_ref_count) != 0)
tpg_pr_ref_count  873 include/target/target_core_base.h 	atomic_t		tpg_pr_ref_count;