Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_info.c153 new_link->tc_ref_count = 1; in tlm_new_job_stats()
200 link->tc_ref_count++; in tlm_ref_job_stats()
258 link->tc_ref_count--; in tlm_un_ref()
259 if (link->tc_ref_count > 0) { in tlm_un_ref()
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm.h160 int tc_ref_count; /* number of routines */ member