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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtaskq.c160 tq_info_t tqi; local
162 bzero(&tqi, sizeof (tqi));
164 if (mdb_walk("taskq_cache", tq_count, &tqi) == -1) {
168 tqi.tqi_size += 10; /* slop */
169 tqi.tqi_array = mdb_zalloc(
170 sizeof (*tqi.tqi_array) * tqi.tqi_size, UM_SLEEP|UM_GC);
173 &tqi) == -1) {
177 qsort(tqi
[all...]

Completed in 58 milliseconds