Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay_target.c170 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 …]
/illumos-gate/usr/src/uts/common/sys/
H A Doverlay_impl.h141 mblk_t *ote_ctail; /* RW: blocked mb chain tail */ member