Home
last modified time | relevance | path

Searched defs:max_chunk (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dconnection.py22 def chunkify(msg, max_chunk): argument
41 def __init__(self, reader, writer, timeout, max_chunk=DEFAULT_MAX_CHUNK): argument
H A Dclient.py249 def max_chunk(self): member in Client
253 def max_chunk(self, value): member in Client
/openbmc/qemu/block/
H A Dblock-copy.c55 int64_t max_chunk; member
193 int64_t max_chunk; in block_copy_task_create() local
974 int max_workers, int64_t max_chunk, in block_copy_async()