Home
last modified time | relevance | path

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

/linux/kernel/printk/
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 …]
A Dprintk.c744 struct printk_buffers pbufs; member
826 char *outbuf = &user->pbufs.outbuf[0]; in devkmsg_read()
828 .pbufs = &user->pbufs, in devkmsg_read()
2864 struct printk_buffers *pbufs = pmsg->pbufs; in console_prepend_message() local
2866 const size_t outbuf_sz = sizeof(pbufs->outbuf); in console_prepend_message()
2867 char *scratchbuf = &pbufs->scratchbuf[0]; in console_prepend_message()
2868 char *outbuf = &pbufs->outbuf[0]; in console_prepend_message()
2942 struct printk_buffers *pbufs = pmsg->pbufs; in printk_get_next_message() local
2945 char *scratchbuf = &pbufs->scratchbuf[0]; in printk_get_next_message()
2946 char *outbuf = &pbufs->outbuf[0]; in printk_get_next_message()
[all …]
A Dinternal.h324 struct printk_buffers *pbufs; member
/linux/include/linux/
A Dconsole.h287 struct printk_buffers *pbufs; member
465 struct printk_buffers *pbufs; member
/linux/drivers/tty/
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()

Completed in 25 milliseconds