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