Home
last modified time | relevance | path

Searched refs:new_total (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/tools/perf/ui/stdio/
Dhist.c97 u64 new_total; in __callchain__fprintf_graph() local
131 new_total = child->children_hit; in __callchain__fprintf_graph()
133 new_total = total_samples; in __callchain__fprintf_graph()
135 ret += __callchain__fprintf_graph(fp, &child->rb_root, new_total, in __callchain__fprintf_graph()
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c589 u64 new_total; in hist_browser__show_callchain() local
648 new_total = child->children_hit; in hist_browser__show_callchain()
650 new_total = total; in hist_browser__show_callchain()
653 new_level, row, new_total, in hist_browser__show_callchain()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dchip.c7208 u32 new_total = 0; in set_buffer_control() local
7227 new_total += be16_to_cpu(new_bc->vl[i].dedicated); in set_buffer_control()
7237 new_total += be16_to_cpu(new_bc->overall_shared_limit); in set_buffer_control()
7238 if (new_total > (u32)dd->link_credits) in set_buffer_control()
7277 if (new_total > cur_total) in set_buffer_control()
7278 set_global_limit(dd, new_total); in set_buffer_control()
7349 if (new_total < cur_total) in set_buffer_control()
7350 set_global_limit(dd, new_total); in set_buffer_control()