Lines Matching defs:depth
202 /* get dividend from the depth */
203 #define THROT_DEPTH_DIVIDEND(depth) ((256 * (100 - (depth)) / 100) - 1)
1734 u8 depth, dividend;
1739 depth = 50;
1742 depth = 75;
1745 depth = 80;
1753 dividend = THROT_DEPTH_DIVIDEND(depth);
1828 int depth;
1831 depth = ts->throt_cfgs[throt].cpu_throt_depth;
1832 dividend = THROT_DEPTH_DIVIDEND(depth);