Searched defs:_rdc_flset (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c146 nstset_t *_rdc_flset; variable
177 nst_destroy(_rdc_flset);
178 _rdc_flset = NULL;
198 if ((_rdc_flset = nst_init("rdc_flushthr", 2)) == NULL)
6681 if (nst_add_thread(_rdc_flset, 3) != 3)
6700 /* try to remove flusher threads that this group added to _rdc_flset */
6701 if (nst_del_thread(_rdc_flset, group->rdc_addthrnum + 3) !=

Completed in 68 milliseconds