Searched refs:remaining_debug_logspace (Results 1 – 1 of 1) sorted by relevance
1232 size_t remaining_debug_logspace = reserved_debug_logsize; in do_kern_dump() local1263 remaining_debug_logspace -= initial_log_length; in do_kern_dump()1283 if (other_log_length > remaining_debug_logspace) { in do_kern_dump()1284 other_log_length = remaining_debug_logspace; in do_kern_dump()