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] */758 hmaster->max_concurr = 1; in destination_timeout()813 if (hmaster->max_concurr >= hmaster->max_concurr_const) in count_max_concurr()815 hmaster->max_concurr++; in count_max_concurr()868 if (!atomic_inc_unless_ge(lock, v, hmaster->max_concurr)) { in uv1_throttle()872 } while (!atomic_inc_unless_ge(lock, v, hmaster->max_concurr)); in uv1_throttle()1479 max_concurr, plugged_delay, plugsb4reset, in tunables_read()1591 max_concurr = MAX_BAU_CONCURRENT; in parse_tunables_write()1601 max_concurr = val; in parse_tunables_write()[all …]
649 int max_concurr; member