Home
last modified time | relevance | path

Searched refs:prb_reserve (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/kernel/printk/
H A Dprintk_ringbuffer.h32 * prb_reserve(). On success, prb_reserve() sets @info and @text_buf to
83 * @fail: Count of failed prb_reserve() calls where not even a data-less
303 bool prb_reserve(struct prb_reserved_entry *e, struct printk_ringbuffer *rb,
H A Dprintk.c508 if (!prb_reserve(&e, prb, &r)) { in log_store()
513 if (!prb_reserve(&e, prb, &r)) in log_store()
1092 if (!prb_reserve(&e, rb, &dest_r)) in add_to_rb()
H A Dprintk_ringbuffer.c88 * reopen that record, claiming exclusive access (as with prb_reserve()), and
173 * if (prb_reserve(&e, &test_rb, &r)) {
1325 * prb_reserve().
1456 * prb_reserve() - Reserve space in the ringbuffer.
1480 bool prb_reserve(struct prb_reserved_entry *e, struct printk_ringbuffer *rb, in prb_reserve() function
2076 * prb_reserve().
/kernel/linux/linux-6.6/kernel/printk/
H A Dprintk_ringbuffer.h32 * prb_reserve(). On success, prb_reserve() sets @info and @text_buf to
84 * @fail: Count of failed prb_reserve() calls where not even a data-less
305 bool prb_reserve(struct prb_reserved_entry *e, struct printk_ringbuffer *rb,
H A Dprintk.c1105 if (!prb_reserve(&e, rb, &dest_r)) in add_to_rb()
2256 * Explicitly initialize the record before every prb_reserve() call. in vprintk_store()
2257 * prb_reserve_in_last() and prb_reserve() purposely invalidate the in vprintk_store()
2261 if (!prb_reserve(&e, prb, &r)) { in vprintk_store()
2266 if (!prb_reserve(&e, prb, &r)) in vprintk_store()
H A Dprintk_ringbuffer.c88 * reopen that record, claiming exclusive access (as with prb_reserve()), and
173 * if (prb_reserve(&e, &test_rb, &r)) {
1327 * prb_reserve().
1461 * prb_reserve() - Reserve space in the ringbuffer.
1485 bool prb_reserve(struct prb_reserved_entry *e, struct printk_ringbuffer *rb, in prb_reserve() function
2116 * prb_reserve().

Completed in 16 milliseconds