Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_sysfs.c427 static u64 get_all_cpu_total(u64 __percpu *cntr) in get_all_cpu_total() function
461 get_all_cpu_total(qibp->rvp.rc_acks) - in rc_acks_show()
473 get_all_cpu_total(qibp->rvp.rc_acks)); in rc_acks_store()
484 get_all_cpu_total(qibp->rvp.rc_qacks) - in rc_qacks_show()
496 get_all_cpu_total(qibp->rvp.rc_qacks)); in rc_qacks_store()
507 get_all_cpu_total(qibp->rvp.rc_delayed_comp) - in rc_delayed_comp_show()
519 get_all_cpu_total(qibp->rvp.rc_delayed_comp)); in rc_delayed_comp_store()
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dhfi.h2368 dd->z_int_counter = get_all_cpu_total(dd->int_counter); in hfi1_reset_cpu_counters()
2369 dd->z_rcv_limit = get_all_cpu_total(dd->rcv_limit); in hfi1_reset_cpu_counters()
2370 dd->z_send_schedule = get_all_cpu_total(dd->send_schedule); in hfi1_reset_cpu_counters()
2375 get_all_cpu_total(ppd->ibport_data.rvp.rc_acks); in hfi1_reset_cpu_counters()
2377 get_all_cpu_total(ppd->ibport_data.rvp.rc_qacks); in hfi1_reset_cpu_counters()
Dchip.h1376 u64 get_all_cpu_total(u64 __percpu *cntr);
Ddebugfs.c1327 sps_ints += get_all_cpu_total(dd->int_counter); in hfi1_sps_show_ints()
Dverbs.c1708 sps_ints += get_all_cpu_total(dd->int_counter); in hfi1_sps_ints()
Dchip.c1596 u64 get_all_cpu_total(u64 __percpu *cntr) in get_all_cpu_total() function
1616 ret = get_all_cpu_total(cntr) - *z_val; in read_write_cpu()
1620 *z_val = get_all_cpu_total(cntr); in read_write_cpu()