Searched defs:nthr (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dtaskq.c259 taskq_create(const char *name, int nthr, pri_t pri, int minalloc, argument
262 return (taskq_create_proc(name, nthr, pri,
/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dtest_common.c206 test_run(int nthr, void (*func)(test_t, void *), void *arg, argument
214 t->ntids = nthr;
215 t->tids = calloc(nthr, sizeof (pthread_t));
231 test_debugf(t, "running %d threads", nthr);
233 for (int i = 0; i < nthr; i++) {
238 for (int i = 0; i < nthr; i++) {
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_dev.c2185 int nthr; local
2234 nthr = 0;
2364 if (nthr >= SNDR_MAXTHREADS) {
2366 cmn_err(CE_NOTE, "!nthr overrun in _rdc_write");
2383 bp[nthr] =
2387 if (bp[nthr] == NULL) {
2397 (void *)bp[nthr], NST_SLEEP);
2409 nthr++;
2452 if (nthr >= SNDR_MAXTHREADS) {
2454 cmn_err(CE_NOTE, "!nthr overru
[all...]
H A Drdc_ioctl.h453 int nthr; /* Number of server threads */ member in struct:rdc_svc_args
461 int32_t nthr; member in struct:rdc_svc_args32
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dhba.c520 int nthr; local
522 nthr = sp->s_nluns;
524 if ((sp->s_taskq = ddi_taskq_create(sp->s_dip, name, nthr,
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c977 int nthr = usp->us_port_cnt * 2; local
980 nthr, TASKQ_DEFAULTPRI, 0);

Completed in 80 milliseconds