Searched refs:prb_read_valid (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/kernel/printk/ |
D | printk_ringbuffer.h | 354 for ((s) = from; prb_read_valid(rb, s, r); (s) = (r)->info->seq + 1) 374 bool prb_read_valid(struct printk_ringbuffer *rb, u64 seq,
|
D | printk.c | 770 if (!prb_read_valid(prb, user->seq, r)) { in devkmsg_read() 779 prb_read_valid(prb, user->seq, r)); in devkmsg_read() 870 if (prb_read_valid(prb, user->seq, NULL)) { in devkmsg_poll() 1470 if (!prb_read_valid(prb, syslog_seq, &r)) { in syslog_print() 1612 prb_read_valid(prb, syslog_seq, NULL)); in do_syslog() 2089 #define prb_read_valid(rb, seq, r) false macro 2446 if (!prb_read_valid(prb, console_seq, &r)) in console_unlock() 2526 retry = prb_read_valid(prb, console_seq, NULL); in console_unlock() 3273 if (!prb_read_valid(prb, dumper->cur_seq, &r)) in kmsg_dump_get_line_nolock() 3398 while (prb_read_valid(prb, seq, &r)) { in kmsg_dump_get_buffer()
|
D | printk_ringbuffer.c | 1928 bool prb_read_valid(struct printk_ringbuffer *rb, u64 seq, in prb_read_valid() function
|