Home | History | Annotate | Download | only in src

Lines Matching refs:tunables

1085 		/* Skip tunables */
2836 * If tunables are requested to be preserved then they would be
2850 int booleans, tunables, i;
2854 booleans = tunables = 0;
2863 tmp[tunables++] = booldatum;
2869 * that no mixture of tunables and booleans in one
2871 * request to preserve tunables */
2873 assert(!(booleans && tunables));
2877 if (tunables) {
2878 for (i = 0; i < tunables; i++)