Searched refs:get_all_cpu_total (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dhfi.h1810 dd->z_int_counter = get_all_cpu_total(dd->int_counter); hfi1_reset_cpu_counters()
1811 dd->z_rcv_limit = get_all_cpu_total(dd->rcv_limit); hfi1_reset_cpu_counters()
1816 get_all_cpu_total(ppd->ibport_data.rc_acks); hfi1_reset_cpu_counters()
1818 get_all_cpu_total(ppd->ibport_data.rc_qacks); hfi1_reset_cpu_counters()
H A Ddebugfs.c856 sps_ints += get_all_cpu_total(dd->int_counter); hfi1_sps_ints()
H A Dchip.h995 u64 get_all_cpu_total(u64 __percpu *cntr);
H A Dchip.c1455 u64 get_all_cpu_total(u64 __percpu *cntr) get_all_cpu_total() function
1476 ret = get_all_cpu_total(cntr) - *z_val; read_write_cpu()
1480 *z_val = get_all_cpu_total(cntr); read_write_cpu()

Completed in 198 milliseconds