tmr_p             177 drivers/target/target_core_tmr.c 	struct se_tmr_req *tmr_p, *tmr_pp;
tmr_p             188 drivers/target/target_core_tmr.c 	list_for_each_entry_safe(tmr_p, tmr_pp, &dev->dev_tmr_list, tmr_list) {
tmr_p             189 drivers/target/target_core_tmr.c 		cmd = tmr_p->task_cmd;
tmr_p             215 drivers/target/target_core_tmr.c 		list_move_tail(&tmr_p->tmr_list, &drain_tmr_list);
tmr_p             219 drivers/target/target_core_tmr.c 	list_for_each_entry_safe(tmr_p, tmr_pp, &drain_tmr_list, tmr_list) {
tmr_p             220 drivers/target/target_core_tmr.c 		list_del_init(&tmr_p->tmr_list);
tmr_p             221 drivers/target/target_core_tmr.c 		cmd = tmr_p->task_cmd;
tmr_p             225 drivers/target/target_core_tmr.c 			(preempt_and_abort_list) ? "Preempt" : "", tmr_p,
tmr_p             226 drivers/target/target_core_tmr.c 			tmr_p->function, tmr_p->response, cmd->t_state);