Searched refs:max_rows (Results 1 – 4 of 4) sorted by relevance
55 u16 max_rows; member111 xtile.max_rows = this_cpu_property(X86_PROPERTY_AMX_MAX_ROWS); in check_xtile_info()112 GUEST_ASSERT(xtile.max_rows == 16); in check_xtile_info()123 cfg->rows[i] = xtile.max_rows; in set_tilecfg()
817 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, in hists__fprintf() argument839 if (max_rows && nr_rows >= max_rows) in hists__fprintf()870 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()883 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()
200 void hists__output_recalc_col_len(struct hists *hists, int max_rows);211 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows,
253 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len() argument261 while (next && row++ < max_rows) { in hists__output_recalc_col_len()