Searched refs:oth_outstanding (Results 1 – 1 of 1) sorted by relevance
66 list_t oth_outstanding; /* oth_lock */ member648 list_insert_tail(&thdl->oth_outstanding, entry); in overlay_target_lookup_request()662 for (entry = list_head(&thdl->oth_outstanding); entry != NULL; in overlay_target_lookup_respond()663 entry = list_next(&thdl->oth_outstanding, entry)) { in overlay_target_lookup_respond()672 list_remove(&thdl->oth_outstanding, entry); in overlay_target_lookup_respond()710 for (entry = list_head(&thdl->oth_outstanding); entry != NULL; in overlay_target_lookup_drop()711 entry = list_next(&thdl->oth_outstanding, entry)) { in overlay_target_lookup_drop()720 list_remove(&thdl->oth_outstanding, entry); in overlay_target_lookup_drop()823 for (entry = list_head(&thdl->oth_outstanding); entry != NULL; in overlay_target_packet()824 entry = list_next(&thdl->oth_outstanding, entry)) { in overlay_target_packet()[all …]