Lines Matching refs:tb_prof
112 req.tb_prof.rate = rate;
113 req.tb_prof.depth = depth;
135 if (req.tb_prof.rate == 0)
140 if (req.tb_prof.rate < 999999)
142 (double)req.tb_prof.rate/1000.0);
145 (double)req.tb_prof.rate/1000000.0);
146 if (req.tb_prof.depth < 10240)
147 sprintf(size_str, "%u", req.tb_prof.depth);
150 (double)req.tb_prof.depth/1024.0);
178 if (req.tb_prof.rate == 0)
181 if (req.tb_prof.rate < 999999)
183 (double)req.tb_prof.rate/1000.0);
186 (double)req.tb_prof.rate/1000000.0);
187 if (req.tb_prof.depth < 10240)
188 sprintf(size_str, "%u", req.tb_prof.depth);
191 (double)req.tb_prof.depth/1024.0);