Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/pseries/
DhvCall_inst.c68 unsigned long h_num = (unsigned long)p; in hc_show() local
71 if (hs[h_num].num_calls) { in hc_show()
73 seq_printf(m, "%lu %lu %lu %lu\n", h_num<<2, in hc_show()
74 hs[h_num].num_calls, in hc_show()
75 hs[h_num].tb_total, in hc_show()
76 hs[h_num].purr_total); in hc_show()
78 seq_printf(m, "%lu %lu %lu\n", h_num<<2, in hc_show()
79 hs[h_num].num_calls, in hc_show()
80 hs[h_num].tb_total); in hc_show()