Home
last modified time | relevance | path

Searched refs:prb_desc (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/printk/
H A Dprintk_ringbuffer.c360 static struct prb_desc *to_desc(struct prb_desc_ring *desc_ring, u64 n) in to_desc()
451 unsigned long id, struct prb_desc *desc_out, in desc_read()
455 struct prb_desc *desc = to_desc(desc_ring, id); in desc_read()
566 struct prb_desc *desc = to_desc(desc_ring, id); in desc_make_reusable()
592 struct prb_desc desc; in data_make_reusable()
790 struct prb_desc desc; in desc_push_tail()
898 struct prb_desc *desc; in desc_reserve()
1330 static struct prb_desc *desc_reopen_last(struct prb_desc_ring *desc_ring, in desc_reopen_last()
1335 struct prb_desc desc; in desc_reopen_last()
1336 struct prb_desc *d; in desc_reopen_last()
[all …]
H A Dprintk_ringbuffer.h61 struct prb_desc { struct
77 struct prb_desc *descs;
251 static struct prb_desc _##name##_descs[_DESCS_COUNT(descbits)] = { \
331 struct prb_desc *descs, unsigned int descs_count_bits,
H A Dprintk.c1003 VMCOREINFO_STRUCT_SIZE(prb_desc); in log_buf_vmcoreinfo_setup()
1004 VMCOREINFO_OFFSET(prb_desc, state_var); in log_buf_vmcoreinfo_setup()
1005 VMCOREINFO_OFFSET(prb_desc, text_blk_lpos); in log_buf_vmcoreinfo_setup()
1141 meta_data_size = descs_count * (sizeof(struct prb_desc) + sizeof(struct printk_info)); in print_log_buf_usage_stats()
1151 struct prb_desc *new_descs; in setup_log_buf()
1197 new_descs_size = new_descs_count * sizeof(struct prb_desc); in setup_log_buf()
/linux/Documentation/admin-guide/kdump/
H A Dvmcoreinfo.rst249 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)