Searched refs:nstset_t (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_thread.h124 } nstset_t; typedef in typeref:struct:nstset
141 int nst_add_thread(nstset_t *, int);
142 nsthread_t *nst_create(nstset_t *, void (*)(), blind_t, int);
143 int nst_del_thread(nstset_t *, int);
144 void nst_destroy(nstset_t *);
145 nstset_t *nst_init(char *, int);
146 int nst_nlive(nstset_t *);
147 int nst_nthread(nstset_t *);
H A Dnsc_thread.c49 static nstset_t *nst_sets;
159 nst_thread_alloc(nstset_t *set, const int sleep)
167 DTRACE_PROBE1(nst_thread_alloc_err_kill, nstset_t *, set);
183 DTRACE_PROBE2(nst_thread_alloc_sleep, nstset_t *, set,
188 DTRACE_PROBE1(nst_thread_alloc_wake, nstset_t *, set);
221 nstset_t *set = tp->tp_set;
251 nstset_t *set;
408 nst_thread_create(nstset_t *set)
427 DTRACE_PROBE2(nst_thread_create_end, nstset_t *, set,
437 DTRACE_PROBE1(nst_thread_create_err_mem, nstset_t *, se
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_conf.h68 extern nstset_t *_sd_ioset;
H A Dsd_conf.c792 nstset_t *_sd_ioset;
H A Dsd_io.c1716 nstset_t *tset = NULL;
1809 nstset_t *tset = NULL;
/illumos-gate/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c525 * Walker for a chain of nstset_t structures.
557 set + OFFSETOF(nstset_t, set_next)) == -1) {
558 mdb_warn("failed to read nstset_t.set_next");
1523 * Display an nstset_t structure, or walk all sets.
1529 nstset_t *set;
1579 (addr + OFFSETOF(nstset_t, set_reuse))) {
1590 (addr + OFFSETOF(nstset_t, set_reuse))) == -1) {
1598 (addr + OFFSETOF(nstset_t, set_free))) {
1609 (addr + OFFSETOF(nstset_t, set_free))) == -1) {
1649 addr + OFFSETOF(nstset_t, set_chai
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.h94 extern nstset_t *_rdc_ioset;
95 extern nstset_t *_rdc_flset;
136 nstset_t *rdc_syncset;
H A Drdc_io.c145 nstset_t *_rdc_ioset;
146 nstset_t *_rdc_flset;
/illumos-gate/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c41 #define nstset_t char macro
/illumos-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv.c157 static nstset_t *sv_tset; /* the threadset pointer */

Completed in 82 milliseconds