Home
last modified time | relevance | path

Searched refs:pbufs (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/kernel/printk/
H A Dnbcon.c599 ctxt->pbufs = &panic_nbcon_pbufs; in nbcon_context_try_acquire()
601 ctxt->pbufs = con->pbufs; in nbcon_context_try_acquire()
675 ctxt->pbufs = NULL; in nbcon_context_release()
946 .pbufs = ctxt->pbufs, in nbcon_emit_next_record()
1696 con->pbufs = &printk_shared_pbufs; in nbcon_alloc()
1698 con->pbufs = kmalloc(sizeof(*con->pbufs), GFP_KERNEL); in nbcon_alloc()
1699 if (!con->pbufs) { in nbcon_alloc()
1706 kfree(con->pbufs); in nbcon_alloc()
1707 con->pbufs = NULL; in nbcon_alloc()
1731 kfree(con->pbufs); in nbcon_free()
[all …]
H A Dprintk.c745 struct printk_buffers pbufs; member
827 char *outbuf = &user->pbufs.outbuf[0]; in devkmsg_read()
829 .pbufs = &user->pbufs, in devkmsg_read()
2905 struct printk_buffers *pbufs = pmsg->pbufs; in console_prepend_message() local
2907 const size_t outbuf_sz = sizeof(pbufs->outbuf); in console_prepend_message()
2908 char *scratchbuf = &pbufs->scratchbuf[0]; in console_prepend_message()
2909 char *outbuf = &pbufs->outbuf[0]; in console_prepend_message()
2983 struct printk_buffers *pbufs = pmsg->pbufs; in printk_get_next_message() local
2986 char *scratchbuf = &pbufs->scratchbuf[0]; in printk_get_next_message()
2987 char *outbuf = &pbufs->outbuf[0]; in printk_get_next_message()
[all …]
H A Dinternal.h328 struct printk_buffers *pbufs; member
/linux-6.15/include/linux/
H A Dconsole.h287 struct printk_buffers *pbufs; member
465 struct printk_buffers *pbufs; member
/linux-6.15/drivers/tty/
H A Dsynclink_gt.c3262 unsigned int pbufs; in alloc_desc() local
3273 pbufs = (unsigned int)info->bufs_dma_addr; in alloc_desc()
3281 info->rbufs[i].pdesc = pbufs + (i * sizeof(struct slgt_desc)); in alloc_desc()
3285 info->rbufs[i].next = cpu_to_le32(pbufs); in alloc_desc()
3287 info->rbufs[i].next = cpu_to_le32(pbufs + ((i+1) * sizeof(struct slgt_desc))); in alloc_desc()
3293 info->tbufs[i].pdesc = pbufs + ((info->rbuf_count + i) * sizeof(struct slgt_desc)); in alloc_desc()
3297 info->tbufs[i].next = cpu_to_le32(pbufs + info->rbuf_count * sizeof(struct slgt_desc)); in alloc_desc()
3299 …info->tbufs[i].next = cpu_to_le32(pbufs + ((info->rbuf_count + i + 1) * sizeof(struct slgt_desc))); in alloc_desc()
/linux-6.15/Documentation/trace/coresight/
H A Dpanic.rst334 f000a321 adrp x1, ffff800009a98000 <pbufs.0+0xbb8>