Searched refs:prb_desc (Results 1 – 3 of 3) sorted by relevance
/kernel/printk/ |
D | printk_ringbuffer.c | 355 static struct prb_desc *to_desc(struct prb_desc_ring *desc_ring, u64 n) in to_desc() 433 unsigned long id, struct prb_desc *desc_out, in desc_read() 437 struct prb_desc *desc = to_desc(desc_ring, id); in desc_read() 548 struct prb_desc *desc = to_desc(desc_ring, id); in desc_make_reusable() 574 struct prb_desc desc; in data_make_reusable() 772 struct prb_desc desc; in desc_push_tail() 880 struct prb_desc *desc; in desc_reserve() 1259 static struct prb_desc *desc_reopen_last(struct prb_desc_ring *desc_ring, in desc_reopen_last() 1264 struct prb_desc desc; in desc_reopen_last() 1265 struct prb_desc *d; in desc_reopen_last() [all …]
|
D | printk_ringbuffer.h | 58 struct prb_desc { struct 74 struct prb_desc *descs; 234 static struct prb_desc _##name##_descs[_DESCS_COUNT(descbits)] = { \ 314 struct prb_desc *descs, unsigned int descs_count_bits,
|
D | printk.c | 940 VMCOREINFO_STRUCT_SIZE(prb_desc); in log_buf_vmcoreinfo_setup() 941 VMCOREINFO_OFFSET(prb_desc, state_var); in log_buf_vmcoreinfo_setup() 942 VMCOREINFO_OFFSET(prb_desc, text_blk_lpos); in log_buf_vmcoreinfo_setup() 1077 struct prb_desc *new_descs; in setup_log_buf() 1118 new_descs_size = new_descs_count * sizeof(struct prb_desc); in setup_log_buf()
|