Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/printk/
Dprintk_ringbuffer.c355 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()
545 struct prb_desc *desc = to_desc(desc_ring, id); in desc_make_reusable()
570 struct prb_desc desc; in data_make_reusable()
770 struct prb_desc desc; in desc_push_tail()
878 struct prb_desc *desc; in desc_reserve()
1257 static struct prb_desc *desc_reopen_last(struct prb_desc_ring *desc_ring, in desc_reopen_last()
1262 struct prb_desc desc; in desc_reopen_last()
1263 struct prb_desc *d; in desc_reopen_last()
[all …]
Dprintk_ringbuffer.h58 struct prb_desc { struct
74 struct prb_desc *descs;
233 static struct prb_desc _##name##_descs[_DESCS_COUNT(descbits)] = { \
312 struct prb_desc *descs, unsigned int descs_count_bits,
Dprintk.c975 VMCOREINFO_STRUCT_SIZE(prb_desc); in log_buf_vmcoreinfo_setup()
976 VMCOREINFO_OFFSET(prb_desc, state_var); in log_buf_vmcoreinfo_setup()
977 VMCOREINFO_OFFSET(prb_desc, text_blk_lpos); in log_buf_vmcoreinfo_setup()
1112 struct prb_desc *new_descs; in setup_log_buf()
1152 new_descs_size = new_descs_count * sizeof(struct prb_desc); in setup_log_buf()
/Linux-v5.10/Documentation/admin-guide/kdump/
Dvmcoreinfo.rst243 prb_desc section in Common variables
246 The size of the prb_desc structure. This structure contains
249 (prb_desc, info|state_var|text_blk_lpos|dict_blk_lpos)