Lines Matching full:buffer
13 is transferred to up-buffer at once depending on available space and
16 in up-buffer for a message and message is transferred to host.
25 bool "Drop messages that do not fit in up-buffer."
27 If there is not enough space in up-buffer for a message, drop it.
29 Increase up-buffer size helps to reduce dropping of messages.
34 Waits until there is enough space in the up-buffer for a message.
37 bool "Overwrite messages if up-buffer full"
39 If there is not enough space in up-buffer for a message overwrite
49 int "Size of internal buffer for storing messages."
54 This option defines maximum message size transferable to up-buffer.
59 int "Size of the output buffer"
62 Buffer is used by log_output module for preparing output data (e.g.
85 int "Buffer number used for logger output."
89 Select index of up-buffer used for logger output, by default it uses
90 terminal up-buffer and its settings.
93 int "Size of reserved up-buffer for logger output."
97 Specify reserved size of up-buffer used for logger output.
99 # Enable processing of printk calls using log if terminal buffer is used.
100 # Same buffer is used by RTT console. If printk would go through RTT console