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

/freebsd-11-stable/sys/dev/syscons/
H A Dschistory.c57 * devices. A base value of 'extra_history_size' should be defined for
59 * 'extra_history_size' as units are added and removed. This way, each time
60 * a new syscons unit goes online, extra_history_size is automatically bumped.
78 static int extra_history_size variable
93 * subject to extra_history_size.
111 /* calculate the amount of lines to put back to extra_history_size */
123 if (lines - min_lines > extra_history_size + delta) {
136 extra_history_size -= lines - min_lines;
152 extra_history_size += delta;
201 extra_history_size
[all...]

Completed in 174 milliseconds