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