Home
last modified time | relevance | path

Searched refs:oth_outstanding (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay_target.c66 list_t oth_outstanding; /* oth_lock */ member
648 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 …]