Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_info.c160 new_link->tc_prev = new_link; in tlm_new_job_stats()
163 tlm_chain_link_t *prev_link = next_link->tc_prev; in tlm_new_job_stats()
166 new_link->tc_prev = prev_link; in tlm_new_job_stats()
168 next_link->tc_prev = new_link; in tlm_new_job_stats()
288 if (link->tc_next == link->tc_prev && in tlm_un_ref()
299 prev = link->tc_prev; in tlm_un_ref()
301 next->tc_prev = prev; in tlm_un_ref()
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm.h159 struct tlm_chain_link *tc_prev; /* previous blob in the chain */ member