Searched refs:max_fifo_fill (Results 1 – 3 of 3) sorted by relevance
120 def __init__(self, log, config, max_fifo_fill): argument142 self.max_fifo_fill = max_fifo_fill317 chunk = rem[:self.max_fifo_fill]318 rem = rem[self.max_fifo_fill:]
37 super(ConsoleExecAttach, self).__init__(log, config, max_fifo_fill=16)
28 super(ConsoleSandbox, self).__init__(log, config, max_fifo_fill=1024)
Completed in 6 milliseconds