Home
last modified time | relevance | path

Searched refs:rdc_maxthreads_last (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.h99 extern int rdc_maxthreads_last;
107 if (rdc_maxthreads_last < RDC_MAX_SYNC_THREADS) { \
109 RDC_MAX_SYNC_THREADS - rdc_maxthreads_last);\
111 if (rdc_maxthreads_last > RDC_MAX_SYNC_THREADS) { \
113 rdc_maxthreads_last - RDC_MAX_SYNC_THREADS); \
119 rdc_maxthreads_last = RDC_MAX_SYNC_THREADS; \
H A Drdc_io.c71 int rdc_maxthreads_last = 8; variable