Searched refs:remaining_debug_logspace (Results 1 – 1 of 1) sorted by relevance
1215 size_t remaining_debug_logspace = reserved_debug_logsize; in do_kern_dump() local1246 remaining_debug_logspace -= initial_log_length; in do_kern_dump()1266 if (other_log_length > remaining_debug_logspace) { in do_kern_dump()1267 other_log_length = remaining_debug_logspace; in do_kern_dump()