Searched refs:kdebug_kdcopybuf_count (Results 1 – 4 of 4) sorted by relevance
659 if ((tempbuf_count = count) > kd_ctrl_page->kdebug_kdcopybuf_count) { in kernel_debug_read()660 tempbuf_count = kd_ctrl_page->kdebug_kdcopybuf_count; in kernel_debug_read()977 if ((tempbuf_count = count) > kd_ctrl_page->kdebug_kdcopybuf_count) { in kernel_debug_read()978 tempbuf_count = kd_ctrl_page->kdebug_kdcopybuf_count; in kernel_debug_read()
34 .kdebug_kdcopybuf_count = TRIAGE_KDCOPYBUF_COUNT,
296 .kdebug_kdcopybuf_count = TRACE_KDCOPYBUF_COUNT,
117 uint32_t kdebug_kdcopybuf_count; member