Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dhfi.h1810 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()
Dchip.h995 u64 get_all_cpu_total(u64 __percpu *cntr);
Ddebugfs.c856 sps_ints += get_all_cpu_total(dd->int_counter); in hfi1_sps_ints()
Dchip.c1455 u64 get_all_cpu_total(u64 __percpu *cntr) in get_all_cpu_total() function
1476 ret = get_all_cpu_total(cntr) - *z_val; in read_write_cpu()
1480 *z_val = get_all_cpu_total(cntr); in read_write_cpu()