Lines Matching defs:cell_log
348 bucket = 2047; /* defaults to cell_log=3 */
369 int cell_log;
375 cell_log = calc_cell_log(cell, bucket);
376 if (cell_log < 0)
377 return cell_log;
381 tbf->qt_rate.rs_cell_log = cell_log;
448 int cell_log;
454 cell_log = calc_cell_log(cell, bucket);
455 if (cell_log < 0)
456 return cell_log;
460 tbf->qt_peakrate.rs_cell_log = cell_log;