Home | History | Annotate | Download | only in vendor

Lines Matching refs:narenas_2pow

1150 static unsigned		narenas_2pow;
1153 static unsigned narenas_2pow;
2973 ind = PRN(balance, narenas_2pow);
3974 ind = PRN(balance, narenas_2pow);
5978 for (narenas_2pow = 0;
5979 (narenas >> (narenas_2pow + 1)) != 0;
5980 narenas_2pow++);