Home
last modified time | relevance | path

Searched refs:nst_init (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_thread.h145 nstset_t *nst_init(char *, int);
H A Dnsc_thread.c874 nst_init(char *name, int nthread) in nst_init() function
/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_conf.c818 _sd_ioset = nst_init("sd_thr", _sd_cache_config.threads);
/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c195 if ((_rdc_ioset = nst_init("rdc_thr", rdc_threads)) == NULL) in rdc_thread_configure()
198 if ((_rdc_flset = nst_init("rdc_flushthr", 2)) == NULL) in rdc_thread_configure()
202 nst_init("rdc_syncthr", RDC_MAX_SYNC_THREADS)) == NULL) in rdc_thread_configure()
/titanic_44/usr/src/uts/common/avs/ns/sv/
H A Dsv.c1803 sv_tset = nst_init("sv_thr", sv_threads); in svioctl()