Searched refs:max_fifo_fill (Results 1 – 3 of 3) sorted by relevance
82 def __init__(self, log, config, max_fifo_fill): argument104 self.max_fifo_fill = max_fifo_fill191 chunk = cmd[:self.max_fifo_fill]192 cmd = cmd[self.max_fifo_fill:]
35 super(ConsoleExecAttach, self).__init__(log, config, max_fifo_fill=16)
26 super(ConsoleSandbox, self).__init__(log, config, max_fifo_fill=1024)
Completed in 3 milliseconds