Searched refs:get_all_cpu_total (Results 1 – 4 of 4) sorted by relevance
1810 dd->z_int_counter = get_all_cpu_total(dd->int_counter); in hfi1_reset_cpu_counters()1811 dd->z_rcv_limit = get_all_cpu_total(dd->rcv_limit); in hfi1_reset_cpu_counters()1816 get_all_cpu_total(ppd->ibport_data.rc_acks); in hfi1_reset_cpu_counters()1818 get_all_cpu_total(ppd->ibport_data.rc_qacks); in hfi1_reset_cpu_counters()
995 u64 get_all_cpu_total(u64 __percpu *cntr);
856 sps_ints += get_all_cpu_total(dd->int_counter); in hfi1_sps_ints()
1455 u64 get_all_cpu_total(u64 __percpu *cntr) in get_all_cpu_total() function1476 ret = get_all_cpu_total(cntr) - *z_val; in read_write_cpu()1480 *z_val = get_all_cpu_total(cntr); in read_write_cpu()