Searched refs:throttle_output_offset (Results 1 – 3 of 3) sorted by relevance
115 if (offset >= vs->throttle_output_offset && in vnc_client_write_sasl()116 vs->output.offset < vs->throttle_output_offset) { in vnc_client_write_sasl()
1096 if (vs->throttle_output_offset != offset) { in vnc_update_throttle_offset()1098 vs, vs->ioc, vs->throttle_output_offset, offset, vs->client_width, in vnc_update_throttle_offset()1102 vs->throttle_output_offset = offset; in vnc_update_throttle_offset()1115 if (vs->output.offset < vs->throttle_output_offset && in vnc_should_update()1252 if (vs->output.offset < vs->throttle_output_offset) { in audio_capture()1461 if (offset >= vs->throttle_output_offset && in vnc_client_write_plain()1462 vs->output.offset < vs->throttle_output_offset) { in vnc_client_write_plain()1678 if (vs->throttle_output_offset != 0 && in vnc_write()1680 vs->throttle_output_offset) { in vnc_write()1682 vs->throttle_output_offset); in vnc_write()
319 size_t throttle_output_offset; member