Searched refs:h_num (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | hvCall_inst.c | 55 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()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | hvCall_inst.c | 55 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()
|
Completed in 1 milliseconds