Searched refs:other_log_length (Results 1 – 1 of 1) sorted by relevance
1053 size_t other_log_length = debug_buf_ptr - buf; in do_kern_dump() local1054 if (other_log_length > remaining_debug_logspace) { in do_kern_dump()1055 other_log_length = remaining_debug_logspace; in do_kern_dump()1059 …if ((ret = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_DATA, NULL, other_log_length, buf)… in do_kern_dump()1061 other_log_length, buf, ret); in do_kern_dump()1066 kdp_core_header->log_length = initial_log_length + other_log_length; in do_kern_dump()