Searched refs:get_all_cpu_total (Results 1 – 6 of 6) sorted by relevance
467 static u64 get_all_cpu_total(u64 __percpu *cntr) in get_all_cpu_total() function484 qibp->rvp.z_##cntr = get_all_cpu_total(qibp->rvp.cntr); \493 #define READ_PER_CPU_CNTR(cntr) (get_all_cpu_total(qibp->rvp.cntr) - \ in def_write_per_cpu()
2418 dd->z_int_counter = get_all_cpu_total(dd->int_counter); in hfi1_reset_cpu_counters()2419 dd->z_rcv_limit = get_all_cpu_total(dd->rcv_limit); in hfi1_reset_cpu_counters()2420 dd->z_send_schedule = get_all_cpu_total(dd->send_schedule); in hfi1_reset_cpu_counters()2425 get_all_cpu_total(ppd->ibport_data.rvp.rc_acks); in hfi1_reset_cpu_counters()2427 get_all_cpu_total(ppd->ibport_data.rvp.rc_qacks); in hfi1_reset_cpu_counters()
1423 u64 get_all_cpu_total(u64 __percpu *cntr);
1369 sps_ints += get_all_cpu_total(dd->int_counter); in hfi1_sps_ints()
1754 sps_ints += get_all_cpu_total(dd->int_counter); in hfi1_sps_ints()
1637 u64 get_all_cpu_total(u64 __percpu *cntr) in get_all_cpu_total() function1657 ret = get_all_cpu_total(cntr) - *z_val; in read_write_cpu()1661 *z_val = get_all_cpu_total(cntr); in read_write_cpu()