Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c1299 sps_ints += get_all_cpu_total(dd->int_counter); in hfi1_sps_show_ints()
H A Dverbs.c1694 sps_ints += get_all_cpu_total(dd->int_counter); in hfi1_sps_ints()
H A Dchip.c1597 u64 get_all_cpu_total(u64 __percpu *cntr) in get_all_cpu_total() function
1617 ret = get_all_cpu_total(cntr) - *z_val; in read_write_cpu()
1621 *z_val = get_all_cpu_total(cntr); in read_write_cpu()