Searched refs:text_size_bytes (Results 1 – 1 of 1) sorted by relevance
7788 u32 text_size_bytes, null_char_pos, i; in format_feature() local7799 feature->dumped_dwords, &text_size_bytes); in format_feature()7804 null_char_pos = text_size_bytes - 1; in format_feature()7805 text_size_bytes = (text_size_bytes + 3) & ~0x3; in format_feature()7807 if (text_size_bytes < QED_RESULTS_BUF_MIN_SIZE) { in format_feature()7810 text_size_bytes); in format_feature()7815 text_buf = vzalloc(text_size_bytes); in format_feature()7832 for (i = null_char_pos; i < text_size_bytes; i++) in format_feature()7837 qed_dbg_print_feature(text_buf, text_size_bytes); in format_feature()7844 feature->buf_size = text_size_bytes; in format_feature()[all …]