Searched refs:rdc_maxthreads_last (Results 1 – 2 of 2) sorted by relevance
99 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; \
71 int rdc_maxthreads_last = 8; variable