Lines Matching defs:line_count
1510 struct printk_record *r, unsigned int *line_count);
1811 unsigned int line_count = 1;
1818 line_count++;
1823 return line_count;
1828 * If @line_count is provided, count the number of lines in the data.
1836 unsigned int buf_size, unsigned int *line_count)
1842 if ((!buf || !buf_size) && !line_count)
1860 if (line_count)
1861 *line_count = count_lines(data, len);
1926 struct printk_record *r, unsigned int *line_count)
1955 r->text_buf, r->text_buf_size, line_count)) {
2116 * @r and @line_count will contain the read/calculated data.
2126 struct printk_record *r, unsigned int *line_count)
2131 while ((err = prb_read(rb, *seq, r, line_count))) {
2214 * @line_count: A buffer to store the number of lines in the record text.
2219 * The reader provides the @info, @line_count buffers to be filled in.
2232 struct printk_info *info, unsigned int *line_count)
2238 return _prb_read_valid(rb, &seq, &r, line_count);