Home
last modified time | relevance | path

Searched refs:get_all_cpu_total (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/infiniband/hw/qib/
Dqib_sysfs.c467 static u64 get_all_cpu_total(u64 __percpu *cntr) in get_all_cpu_total() function
484 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()
/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dhfi.h2418 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()
Dchip.h1423 u64 get_all_cpu_total(u64 __percpu *cntr);
Ddebugfs.c1369 sps_ints += get_all_cpu_total(dd->int_counter); in hfi1_sps_ints()
Dverbs.c1754 sps_ints += get_all_cpu_total(dd->int_counter); in hfi1_sps_ints()
Dchip.c1637 u64 get_all_cpu_total(u64 __percpu *cntr) in get_all_cpu_total() function
1657 ret = get_all_cpu_total(cntr) - *z_val; in read_write_cpu()
1661 *z_val = get_all_cpu_total(cntr); in read_write_cpu()