taglinefilesource code
bdflush_max116fs/buffer.cstatic int bdflush_max[N_PARAM] = {100,5000, 2000, 2000,100, 60000, 60000, 2047, 5};
bdflush_max1842fs/buffer.cif(data < bdflush_min[i] || data > bdflush_max[i]) return -EINVAL;