Searched refs:prb_desc (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/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 | 938 VMCOREINFO_STRUCT_SIZE(prb_desc); in log_buf_vmcoreinfo_setup() 939 VMCOREINFO_OFFSET(prb_desc, state_var); in log_buf_vmcoreinfo_setup() 940 VMCOREINFO_OFFSET(prb_desc, text_blk_lpos); in log_buf_vmcoreinfo_setup() 1075 struct prb_desc *new_descs; in setup_log_buf() 1116 new_descs_size = new_descs_count * sizeof(struct prb_desc); in setup_log_buf()
|
/linux-6.1.9/Documentation/admin-guide/kdump/ |
D | vmcoreinfo.rst | 249 prb_desc section in Common variables 252 The size of the prb_desc structure. This structure contains 255 (prb_desc, info|state_var|text_blk_lpos|dict_blk_lpos)
|