Searched refs:dtab_count (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/kernel/debug/kdb/
H A Dkdb_io.c217 int diag, dtab_count; kdb_read() local
221 diag = kdbgetintenv("DTABCOUNT", &dtab_count); kdb_read()
223 dtab_count = 30; kdb_read()
343 if (count > dtab_count) { kdb_read()
344 count = dtab_count; kdb_read()
357 if (i >= dtab_count) kdb_read()

Completed in 56 milliseconds