Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/platform/uv/
Dtlb_uv.c43 static int max_concurr = MAX_BAU_CONCURRENT; variable
56 {&max_concurr, MAX_BAU_CONCURRENT}, /* must be [0] */
755 hmaster->max_concurr = 1; in destination_timeout()
810 if (hmaster->max_concurr >= hmaster->max_concurr_const) in count_max_concurr()
812 hmaster->max_concurr++; in count_max_concurr()
865 if (!atomic_inc_unless_ge(lock, v, hmaster->max_concurr)) { in uv1_throttle()
869 } while (!atomic_inc_unless_ge(lock, v, hmaster->max_concurr)); in uv1_throttle()
1476 max_concurr, plugged_delay, plugsb4reset, in tunables_read()
1588 max_concurr = MAX_BAU_CONCURRENT; in parse_tunables_write()
1598 max_concurr = val; in parse_tunables_write()
[all …]
/Linux-v5.4/arch/x86/include/asm/uv/
Duv_bau.h649 int max_concurr; member