Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/platforms/pseries/
DhvCall_inst.c58 unsigned long h_num = (unsigned long)p; in hc_show() local
61 if (hs[h_num].num_calls) { in hc_show()
63 seq_printf(m, "%lu %lu %lu %lu\n", h_num<<2, in hc_show()
64 hs[h_num].num_calls, in hc_show()
65 hs[h_num].tb_total, in hc_show()
66 hs[h_num].purr_total); in hc_show()
68 seq_printf(m, "%lu %lu %lu\n", h_num<<2, in hc_show()
69 hs[h_num].num_calls, in hc_show()
70 hs[h_num].tb_total); in hc_show()