Home
last modified time | relevance | path

Searched refs:preempt_and_abort_list (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/target/
Dtarget_core_tmr.c106 struct list_head *preempt_and_abort_list, in core_tmr_lun_reset() argument
145 (preempt_and_abort_list) ? "Preempt" : "TMR", in core_tmr_lun_reset()
169 if ((preempt_and_abort_list != NULL) && in core_tmr_lun_reset()
171 preempt_and_abort_list, cmd) != 0)) in core_tmr_lun_reset()
188 (preempt_and_abort_list) ? "Preempt" : "", tmr_p, in core_tmr_lun_reset()
236 if ((preempt_and_abort_list != NULL) && in core_tmr_lun_reset()
238 preempt_and_abort_list, cmd) != 0)) in core_tmr_lun_reset()
254 (preempt_and_abort_list) ? "Preempt" : "", cmd, task, in core_tmr_lun_reset()
339 if (preempt_and_abort_list != NULL) in core_tmr_lun_reset()
351 if ((preempt_and_abort_list != NULL) && in core_tmr_lun_reset()
[all …]
Dtarget_core_pr.c1256 struct list_head *preempt_and_abort_list, in __core_scsi3_free_registration() argument
1304 if (!(preempt_and_abort_list)) { in __core_scsi3_free_registration()
1315 list_add_tail(&pr_reg->pr_reg_abort_list, preempt_and_abort_list); in __core_scsi3_free_registration()
2867 struct list_head *preempt_and_abort_list, in __core_scsi3_complete_pro_preempt() argument
2905 if (preempt_and_abort_list) in __core_scsi3_complete_pro_preempt()
2907 preempt_and_abort_list); in __core_scsi3_complete_pro_preempt()
2911 struct list_head *preempt_and_abort_list, in core_scsi3_release_preempt_and_abort() argument
2916 list_for_each_entry_safe(pr_reg, pr_reg_tmp, preempt_and_abort_list, in core_scsi3_release_preempt_and_abort()
2935 struct list_head *preempt_and_abort_list, in core_scsi3_check_cdb_abort_and_preempt() argument
2940 list_for_each_entry_safe(pr_reg, pr_reg_tmp, preempt_and_abort_list, in core_scsi3_check_cdb_abort_and_preempt()
[all …]