Searched refs:text_size_bytes (Results 1 – 1 of 1) sorted by relevance
7469 u32 text_size_bytes, null_char_pos, i; in format_feature() local7480 feature->dumped_dwords, &text_size_bytes); in format_feature()7485 null_char_pos = text_size_bytes - 1; in format_feature()7486 text_size_bytes = (text_size_bytes + 3) & ~0x3; in format_feature()7488 if (text_size_bytes < QED_RESULTS_BUF_MIN_SIZE) { in format_feature()7491 text_size_bytes); in format_feature()7496 text_buf = vzalloc(text_size_bytes); in format_feature()7513 for (i = null_char_pos; i < text_size_bytes; i++) in format_feature()7518 qed_dbg_print_feature(text_buf, text_size_bytes); in format_feature()7531 feature->buf_size = text_size_bytes; in format_feature()[all …]