Home | History | Annotate | Download | only in logd

Lines Matching defs:threshold

696 // persistent and hits a further threshold, kill the reader thread.
770 // Calculate threshold as 12.5% of available storage
771 size_t threshold = log_buffer_size(id) / 8;
776 threshold);
781 threshold);