Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/printk/
Dprintk_ringbuffer.c1028 static char *data_alloc(struct printk_ringbuffer *rb, unsigned int size, in data_alloc() function
1416 r->text_buf = data_alloc(rb, r->text_buf_size, in prb_reserve_in_last()
1669 r->text_buf = data_alloc(rb, r->text_buf_size, &d->text_blk_lpos, id); in prb_reserve()