Searched defs:preempt_and_abort_list (Results 1 - 2 of 2) sorted by relevance

/drivers/target/
H A Dtarget_core_tmr.c175 struct list_head *preempt_and_abort_list)
203 if (target_check_cdb_and_preempt(preempt_and_abort_list, cmd))
227 (preempt_and_abort_list) ? "Preempt" : "", tmr_p,
239 struct list_head *preempt_and_abort_list)
273 if (target_check_cdb_and_preempt(preempt_and_abort_list, cmd))
294 (preempt_and_abort_list) ? "Preempt" : "", cmd,
329 struct list_head *preempt_and_abort_list,
362 (preempt_and_abort_list) ? "Preempt" : "TMR",
365 core_tmr_drain_tmr_list(dev, tmr, preempt_and_abort_list);
367 preempt_and_abort_list);
172 core_tmr_drain_tmr_list( struct se_device *dev, struct se_tmr_req *tmr, struct list_head *preempt_and_abort_list) argument
234 core_tmr_drain_state_list( struct se_device *dev, struct se_cmd *prout_cmd, struct se_node_acl *tmr_nacl, int tas, struct list_head *preempt_and_abort_list) argument
326 core_tmr_lun_reset( struct se_device *dev, struct se_tmr_req *tmr, struct list_head *preempt_and_abort_list, struct se_cmd *prout_cmd) argument
[all...]
H A Dtarget_core_pr.c1209 struct list_head *preempt_and_abort_list,
1255 if (!preempt_and_abort_list) {
1262 * For PREEMPT_AND_ABORT, the list of *pr_reg in preempt_and_abort_list
1265 list_add_tail(&pr_reg->pr_reg_abort_list, preempt_and_abort_list);
2666 struct list_head *preempt_and_abort_list,
2702 if (preempt_and_abort_list)
2704 preempt_and_abort_list);
2708 struct list_head *preempt_and_abort_list,
2713 list_for_each_entry_safe(pr_reg, pr_reg_tmp, preempt_and_abort_list,
2737 LIST_HEAD(preempt_and_abort_list);
1206 __core_scsi3_free_registration( struct se_device *dev, struct t10_pr_registration *pr_reg, struct list_head *preempt_and_abort_list, int dec_holders) argument
2663 __core_scsi3_complete_pro_preempt( struct se_device *dev, struct t10_pr_registration *pr_reg, struct list_head *preempt_and_abort_list, int type, int scope, enum preempt_type preempt_type) argument
2707 core_scsi3_release_preempt_and_abort( struct list_head *preempt_and_abort_list, struct t10_pr_registration *pr_reg_holder) argument
[all...]

Completed in 887 milliseconds