Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_tmr.c63 list_for_each_entry(reg, list, pr_reg_abort_list) { in target_check_cdb_and_preempt()
H A Dtarget_core_pr.c636 INIT_LIST_HEAD(&pr_reg->pr_reg_abort_list); in __core_scsi3_do_alloc_registration()
849 INIT_LIST_HEAD(&pr_reg->pr_reg_abort_list); in core_scsi3_alloc_aptpl_registration()
1340 list_add_tail(&pr_reg->pr_reg_abort_list, preempt_and_abort_list); in __core_scsi3_free_registration()
2782 list_add_tail(&pr_reg->pr_reg_abort_list, in __core_scsi3_complete_pro_preempt()
2793 pr_reg_abort_list) { in core_scsi3_release_preempt_and_abort()
2795 list_del(&pr_reg->pr_reg_abort_list); in core_scsi3_release_preempt_and_abort()
/linux/include/target/
H A Dtarget_core_base.h385 struct list_head pr_reg_abort_list; member