Searched refs:prb_desc (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/printk/ |
| H A 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() 573 struct prb_desc desc; in data_make_reusable() 773 struct prb_desc desc; in desc_push_tail() 881 struct prb_desc *desc; in desc_reserve() 1260 static struct prb_desc *desc_reopen_last(struct prb_desc_ring *desc_ring, in desc_reopen_last() 1265 struct prb_desc desc; in desc_reopen_last() 1266 struct prb_desc *d; in desc_reopen_last() [all …]
|
| H A 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,
|
| H A D | printk.c | 1003 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() 1140 struct prb_desc *new_descs; in setup_log_buf() 1180 new_descs_size = new_descs_count * sizeof(struct prb_desc); in setup_log_buf()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/kdump/ |
| H A D | vmcoreinfo.rst | 243 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)
|