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