Lines Matching refs:list
790 evt = list_first_entry(&hostdata->sent, struct srp_event_struct, list);
791 list_del(&evt->list);
911 * in-flight (the size of the send list). If the
918 list_for_each_entry(tmp_evt, &hostdata->sent, list) {
931 /* Add this to the sent list. We need to do this
935 list_add_tail(&evt_struct->list, &hostdata->sent);
946 list_del(&evt_struct->list);
1500 /* First, find this command in our sent list so we can figure
1507 list_for_each_entry(tmp_evt, &hostdata->sent, list) {
1590 * The event is no longer in our list. Make sure it didn't
1595 list_for_each_entry(tmp_evt, &hostdata->sent, list) {
1613 list_del(&found_evt->list);
1714 list_for_each_entry_safe(tmp_evt, pos, &hostdata->sent, list) {
1718 list_del(&tmp_evt->list);
1857 list_del(&evt_struct->list);