Searched refs:text_size_bytes (Results 1 – 1 of 1) sorted by relevance
7681 u32 text_size_bytes, null_char_pos, i; in format_feature() local7692 feature->dumped_dwords, &text_size_bytes); in format_feature()7697 null_char_pos = text_size_bytes - 1; in format_feature()7698 text_size_bytes = (text_size_bytes + 3) & ~0x3; in format_feature()7700 if (text_size_bytes < QED_RESULTS_BUF_MIN_SIZE) { in format_feature()7703 text_size_bytes); in format_feature()7708 text_buf = vzalloc(text_size_bytes); in format_feature()7725 for (i = null_char_pos; i < text_size_bytes; i++) in format_feature()7730 qed_dbg_print_feature(text_buf, text_size_bytes); in format_feature()7737 feature->buf_size = text_size_bytes; in format_feature()[all …]