Searched refs:telemetry_notification_leeway (Results 1 – 1 of 1) sorted by relevance
231 uint32_t telemetry_notification_leeway; in telemetry_init() local250 &telemetry_notification_leeway, sizeof(telemetry_notification_leeway))) { in telemetry_init()254 telemetry_notification_leeway = TELEMETRY_DEFAULT_NOTIFY_LEEWAY; in telemetry_init()256 if (telemetry_notification_leeway >= telemetry_buffer.size) { in telemetry_init()258 telemetry_notification_leeway, TELEMETRY_DEFAULT_NOTIFY_LEEWAY); in telemetry_init()259 telemetry_notification_leeway = TELEMETRY_DEFAULT_NOTIFY_LEEWAY; in telemetry_init()261 telemetry_buffer_notify_at = telemetry_buffer.size - telemetry_notification_leeway; in telemetry_init()