Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.h95 extern nstset_t *_rdc_flset;
H A Drdc_io.c146 nstset_t *_rdc_flset; variable
177 nst_destroy(_rdc_flset); in rdc_thread_deconfigure()
178 _rdc_flset = NULL; in rdc_thread_deconfigure()
198 if ((_rdc_flset = nst_init("rdc_flushthr", 2)) == NULL) in rdc_thread_configure()
6681 if (nst_add_thread(_rdc_flset, 3) != 3) in rdc_newgroup()
6701 if (nst_del_thread(_rdc_flset, group->rdc_addthrnum + 3) != in rdc_delgroup()
H A Drdc_clnt.c1567 if (t = nst_create(_rdc_flset, rdc_flusher_thread, in rdc_writer()
1573 if (nst_add_thread(_rdc_flset, 1) != 1) { in rdc_writer()