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

/illumos-gate/usr/src/cmd/avs/rdc/
H A Drdcadm.h45 extern int asyncthr;
H A Dsndrsubr.c59 int asyncthr = ASYNCTHR; variable
160 if (asyncthr != ASYNCTHR)
H A Dsndrboot.c428 parms.rdc_set->asyncthr = asyncthr;
H A Dsndradm.c369 urdc->asyncthr);
1579 if (asyncthr)
1581 "for %s:%s"), asyncthr, shost, svol);
1886 asyncthr = atoi(optarg);
3780 parms.rdc_set[0].asyncthr = -1;
3986 parms.rdc_set->asyncthr = asyncthr;
4062 if ((asyncthr || maxqitems || maxqfbas || qblock) &&
4134 parms.rdc_set->asyncthr = asyncthr;
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_ioctl.h181 int asyncthr; /* # of async threads */ member in struct:rdc_set
207 int32_t asyncthr; /* # of async threads */ member in struct:rdc_set32
H A Drdc_bitmap.c226 header->asyncthr = urdc->asyncthr;
305 u_hdrp.current->asyncthr = u_hdrp.v4->asyncthr;
1682 if (header->asyncthr)
1683 urdc->asyncthr = header->asyncthr;
1855 * just update asyncthr and magic, and then we're done
1858 header.asyncthr = RDC_ASYNCTHR;
H A Drdc_io.h272 int32_t asyncthr; member in struct:__anon4511
285 int32_t asyncthr; member in struct:__anon4512
H A Drdc_io.c383 urdc->asyncthr = rdc_asyncthr;
2270 if (rdc_set->asyncthr > 0)
2271 urdc->asyncthr = rdc_set->asyncthr;
2273 urdc->asyncthr = rdc_asyncthr;
3806 thrcount = urdc->asyncthr;
4408 urdc->asyncthr = rdc_asyncthr;
5606 if (uparms->rdc_set->asyncthr > 0) {
5607 urdc->asyncthr = uparms->rdc_set->asyncthr;
[all...]
H A Drdc_clnt.c1550 if (group->rdc_thrnum >= urdc->asyncthr)

Completed in 157 milliseconds