Searched refs:dest_r (Results 1 – 1 of 1) sorted by relevance
1048 struct printk_record dest_r; in add_to_rb() local1050 prb_rec_init_wr(&dest_r, r->info->text_len); in add_to_rb()1052 if (!prb_reserve(&e, rb, &dest_r)) in add_to_rb()1055 memcpy(&dest_r.text_buf[0], &r->text_buf[0], r->info->text_len); in add_to_rb()1056 dest_r.info->text_len = r->info->text_len; in add_to_rb()1057 dest_r.info->facility = r->info->facility; in add_to_rb()1058 dest_r.info->level = r->info->level; in add_to_rb()1059 dest_r.info->flags = r->info->flags; in add_to_rb()1060 dest_r.info->ts_nsec = r->info->ts_nsec; in add_to_rb()1061 dest_r.info->caller_id = r->info->caller_id; in add_to_rb()[all …]