Skip to content
  • Kevin Wolf's avatar
    98e3ab35
    coroutine: Rename qemu_coroutine_inc/dec_pool_size() · 98e3ab35
    Kevin Wolf authored
    
    
    It's true that these functions currently affect the batch size in which
    coroutines are reused (i.e. moved from the global release pool to the
    allocation pool of a specific thread), but this is a bug and will be
    fixed in a separate patch.
    
    In fact, the comment in the header file already just promises that it
    influences the pool size, so reflect this in the name of the functions.
    As a nice side effect, the shorter function name makes some line
    wrapping unnecessary.
    
    Cc: qemu-stable@nongnu.org
    Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
    Message-Id: <20220510151020.105528-2-kwolf@redhat.com>
    Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
    98e3ab35
    coroutine: Rename qemu_coroutine_inc/dec_pool_size()
    Kevin Wolf authored
    
    
    It's true that these functions currently affect the batch size in which
    coroutines are reused (i.e. moved from the global release pool to the
    allocation pool of a specific thread), but this is a bug and will be
    fixed in a separate patch.
    
    In fact, the comment in the header file already just promises that it
    influences the pool size, so reflect this in the name of the functions.
    As a nice side effect, the shorter function name makes some line
    wrapping unnecessary.
    
    Cc: qemu-stable@nongnu.org
    Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
    Message-Id: <20220510151020.105528-2-kwolf@redhat.com>
    Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
Loading