Lines Matching defs:writeIntrThreshold
244 * @writeIntrThreshold: minimum number of PWords we can write
256 unsigned int writeIntrThreshold;
1357 * writeIntrThreshold bytes into it */
1358 count = priv->writeIntrThreshold;
1909 /* Find out writeIntrThreshold: number of PWords we know we can write
1911 priv->writeIntrThreshold = 0;
1917 if (!priv->writeIntrThreshold
1919 /* writeIntrThreshold reached */
1920 priv->writeIntrThreshold = i + 1;
1928 if (!priv->writeIntrThreshold) {
1929 pr_probe(p, "Can't get writeIntrThreshold\n");
1932 pr_probe(p, "writeIntrThreshold is %u\n", priv->writeIntrThreshold);