Searched refs:telemetry_notification_leeway (Results 1 – 1 of 1) sorted by relevance
263 uint32_t telemetry_notification_leeway; in telemetry_init() local282 &telemetry_notification_leeway, sizeof(telemetry_notification_leeway))) { in telemetry_init()286 telemetry_notification_leeway = TELEMETRY_DEFAULT_NOTIFY_LEEWAY; in telemetry_init()288 if (telemetry_notification_leeway >= telemetry_buffer.size) { in telemetry_init()290 telemetry_notification_leeway, TELEMETRY_DEFAULT_NOTIFY_LEEWAY); in telemetry_init()291 telemetry_notification_leeway = TELEMETRY_DEFAULT_NOTIFY_LEEWAY; in telemetry_init()293 telemetry_buffer_notify_at = telemetry_buffer.size - telemetry_notification_leeway; in telemetry_init()