Searched refs:telemetry_notification_leeway (Results 1 – 1 of 1) sorted by relevance
190 uint32_t telemetry_notification_leeway; in telemetry_init() local209 &telemetry_notification_leeway, sizeof(telemetry_notification_leeway))) { in telemetry_init()213 telemetry_notification_leeway = TELEMETRY_DEFAULT_NOTIFY_LEEWAY; in telemetry_init()215 if (telemetry_notification_leeway >= telemetry_buffer.size) { in telemetry_init()217 telemetry_notification_leeway, TELEMETRY_DEFAULT_NOTIFY_LEEWAY); in telemetry_init()218 telemetry_notification_leeway = TELEMETRY_DEFAULT_NOTIFY_LEEWAY; in telemetry_init()220 telemetry_buffer_notify_at = telemetry_buffer.size - telemetry_notification_leeway; in telemetry_init()