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()
1098 if (vs->throttle_output_offset != offset) { in vnc_update_throttle_offset()1100 vs, vs->ioc, vs->throttle_output_offset, offset, vs->client_width, in vnc_update_throttle_offset()1104 vs->throttle_output_offset = offset; in vnc_update_throttle_offset()1117 if (vs->output.offset < vs->throttle_output_offset && in vnc_should_update()1254 if (vs->output.offset < vs->throttle_output_offset) { in audio_capture()1463 if (offset >= vs->throttle_output_offset && in vnc_client_write_plain()1464 vs->output.offset < vs->throttle_output_offset) { in vnc_client_write_plain()1680 if (vs->throttle_output_offset != 0 && in vnc_write()1682 vs->throttle_output_offset) { in vnc_write()1684 vs->throttle_output_offset); in vnc_write()
319 size_t throttle_output_offset; member