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

/illumos-gate/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_thread.h86 * Flags for nst_init
145 nstset_t *nst_init(char *, int);
H A Dnsc_thread.c625 * Destroy a thread set created by nst_init(). It is the
867 * nst_init
874 nst_init(char *name, int nthread) function
881 cmn_err(CE_WARN, "!nst_init: invalid arg");
888 cmn_err(CE_WARN, "!nst_init: arg limit exceeded");
925 "!nst_init: duplicate set \"%s\"", name);
935 "!nst_init: failed to allocate %d "
958 "!nst_init: failed to allocate %d threads (got %d)",
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_conf.c818 _sd_ioset = nst_init("sd_thr", _sd_cache_config.threads);
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c195 if ((_rdc_ioset = nst_init("rdc_thr", rdc_threads)) == NULL)
198 if ((_rdc_flset = nst_init("rdc_flushthr", 2)) == NULL)
202 nst_init("rdc_syncthr", RDC_MAX_SYNC_THREADS)) == NULL)
6180 * boot -r) in which case the nst_init() would fail and hence
/illumos-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv.c1803 sv_tset = nst_init("sv_thr", sv_threads);

Completed in 84 milliseconds