Searched refs:max_concurr (Results 1 – 2 of 2) sorted by relevance
45 static int max_concurr = MAX_BAU_CONCURRENT; variable58 {&max_concurr, MAX_BAU_CONCURRENT}, /* must be [0] */732 hmaster->max_concurr = 1; in destination_timeout()787 if (hmaster->max_concurr >= hmaster->max_concurr_const) in count_max_concurr()789 hmaster->max_concurr++; in count_max_concurr()842 if (!atomic_inc_unless_ge(lock, v, hmaster->max_concurr)) { in uv1_throttle()846 } while (!atomic_inc_unless_ge(lock, v, hmaster->max_concurr)); in uv1_throttle()1442 max_concurr, plugged_delay, plugsb4reset, in tunables_read()1554 max_concurr = MAX_BAU_CONCURRENT; in parse_tunables_write()1564 max_concurr = val; in parse_tunables_write()[all …]
622 int max_concurr; member