Searched refs:ote_ctail (Results 1 – 2 of 2) sorted by relevance
170 ote->ote_chead = ote->ote_ctail = NULL; in overlay_target_entry_dtor()364 entry->ote_chead = entry->ote_ctail = mp; in overlay_target_lookup()393 if (entry->ote_ctail != NULL) { in overlay_target_lookup()394 ASSERT(entry->ote_ctail->b_next == in overlay_target_lookup()396 entry->ote_ctail->b_next = mp; in overlay_target_lookup()397 entry->ote_ctail = mp; in overlay_target_lookup()400 entry->ote_ctail = mp; in overlay_target_lookup()621 if (entry->ote_ctail == mp) in overlay_target_lookup_request()622 entry->ote_ctail = entry->ote_chead; in overlay_target_lookup_request()682 entry->ote_ctail = NULL; in overlay_target_lookup_respond()[all …]
141 mblk_t *ote_ctail; /* RW: blocked mb chain tail */ member