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

/linux-master/kernel/printk/
H A Dnbcon.c570 ctxt->pbufs = &panic_nbcon_pbufs;
572 ctxt->pbufs = con->pbufs;
628 ctxt->pbufs = NULL;
850 .pbufs = ctxt->pbufs,
889 wctxt->outbuf = &pmsg.pbufs->outbuf[0];
949 con->pbufs = &printk_shared_pbufs;
951 con->pbufs = kmalloc(sizeof(*con->pbufs), GFP_KERNE
[all...]
H A Dinternal.h118 * @pbufs: printk buffers used to prepare the message.
119 * @outbuf_len: The length of prepared text in @pbufs->outbuf to output. This
122 * @seq: The sequence number of the record used for @pbufs->outbuf.
126 struct printk_buffers *pbufs; member in struct:printk_message
H A Dprintk.c712 struct printk_buffers pbufs; member in struct:devkmsg_user
794 char *outbuf = &user->pbufs.outbuf[0];
796 .pbufs = &user->pbufs,
2737 * Prepend the message in @pmsg->pbufs->outbuf with a "dropped message". This
2745 * If the message text in @pmsg->pbufs->outbuf does not have enough space for
2748 * If @pmsg->pbufs->outbuf is modified, @pmsg->outbuf_len is updated.
2752 struct printk_buffers *pbufs = pmsg->pbufs; local
2753 const size_t scratchbuf_sz = sizeof(pbufs
2804 struct printk_buffers *pbufs = pmsg->pbufs; local
[all...]
/linux-master/include/linux/
H A Dconsole.h271 * @pbufs: Pointer to the text buffer for this context
285 struct printk_buffers *pbufs; member in struct:nbcon_context
326 * @pbufs: Pointer to nbcon private buffer
352 struct printk_buffers *pbufs; member in struct:console
/linux-master/drivers/tty/
H A Dsynclink_gt.c3261 unsigned int pbufs; local
3272 pbufs = (unsigned int)info->bufs_dma_addr;
3280 info->rbufs[i].pdesc = pbufs + (i * sizeof(struct slgt_desc));
3284 info->rbufs[i].next = cpu_to_le32(pbufs);
3286 info->rbufs[i].next = cpu_to_le32(pbufs + ((i+1) * sizeof(struct slgt_desc)));
3292 info->tbufs[i].pdesc = pbufs + ((info->rbuf_count + i) * sizeof(struct slgt_desc));
3296 info->tbufs[i].next = cpu_to_le32(pbufs + info->rbuf_count * sizeof(struct slgt_desc));
3298 info->tbufs[i].next = cpu_to_le32(pbufs + ((info->rbuf_count + i + 1) * sizeof(struct slgt_desc)));

Completed in 131 milliseconds