Searched refs:nstset_t (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/avs/ns/solaris/ |
H A D | nsc_thread.h | 124 } 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 D | nsc_thread.c | 49 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 D | sd_conf.h | 68 extern nstset_t *_sd_ioset;
|
H A D | sd_conf.c | 792 nstset_t *_sd_ioset;
|
H A D | sd_io.c | 1716 nstset_t *tset = NULL; 1809 nstset_t *tset = NULL;
|
/illumos-gate/usr/src/cmd/mdb/common/modules/nsctl/ |
H A D | nsctl.c | 525 * 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 D | rdc_io.h | 94 extern nstset_t *_rdc_ioset; 95 extern nstset_t *_rdc_flset; 136 nstset_t *rdc_syncset;
|
H A D | rdc_io.c | 145 nstset_t *_rdc_ioset; 146 nstset_t *_rdc_flset;
|
/illumos-gate/usr/src/cmd/mdb/common/modules/rdc/ |
H A D | rdc.c | 41 #define nstset_t char macro
|
/illumos-gate/usr/src/uts/common/avs/ns/sv/ |
H A D | sv.c | 157 static nstset_t *sv_tset; /* the threadset pointer */
|
Completed in 107 milliseconds