Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/pseries/
H A DhvCall_inst.c55 unsigned long h_num = (unsigned long)p; in hc_show() local
58 if (hs[h_num].num_calls) { in hc_show()
60 seq_printf(m, "%lu %lu %lu %lu\n", h_num<<2, in hc_show()
61 hs[h_num].num_calls, in hc_show()
62 hs[h_num].tb_total, in hc_show()
63 hs[h_num].purr_total); in hc_show()
65 seq_printf(m, "%lu %lu %lu\n", h_num<<2, in hc_show()
66 hs[h_num].num_calls, in hc_show()
67 hs[h_num].tb_total); in hc_show()