Lines Matching defs:found_evt
1492 struct srp_event_struct *tmp_evt, *found_evt;
1505 found_evt = NULL;
1508 found_evt = tmp_evt;
1513 if (!found_evt) {
1538 tsk_mgmt->task_tag = (u64) found_evt;
1563 (((u64) lun) << 48), (u64) found_evt);
1593 found_evt = NULL;
1596 found_evt = tmp_evt;
1601 if (found_evt == NULL) {
1612 list_del(&found_evt->list);
1613 unmap_cmd_data(&found_evt->iu.srp.cmd, found_evt,
1614 found_evt->hostdata->dev);
1615 free_event_struct(&found_evt->hostdata->pool, found_evt);