Lines Matching defs:counter
47 * @counter: kmsg dump counter
58 uint32_t counter;
97 * @kmsg_read_cnt: counter of total read kmsg dumps
98 * @kmsg_write_cnt: counter of total kmsg dump writes
99 * @pmsg_read_cnt: counter of total read pmsg zone
100 * @console_read_cnt: counter of total read console zone
102 * @ftrace_read_cnt: counter of max read ftrace zone
103 * @oops_counter: counter of oops dumps
104 * @panic_counter: counter of panic dumps
437 max(cxt->oops_counter, hdr->counter);
440 max(cxt->panic_counter, hdr->counter);
669 if (record->count != hdr->counter)
734 hdr->counter = ++cxt->oops_counter;
736 hdr->counter = ++cxt->panic_counter;
738 hdr->counter = 0;
954 record->count = hdr->counter;