Lines Matching refs:printk_ringbuffer

582 static bool data_make_reusable(struct printk_ringbuffer *rb,  in data_make_reusable()
650 static bool data_push_tail(struct printk_ringbuffer *rb, unsigned long lpos) in data_push_tail()
785 static bool desc_push_tail(struct printk_ringbuffer *rb, in desc_push_tail()
893 static bool desc_reserve(struct printk_ringbuffer *rb, unsigned long *id_out) in desc_reserve()
1053 static char *data_alloc(struct printk_ringbuffer *rb, unsigned int size, in data_alloc()
1147 static char *data_realloc(struct printk_ringbuffer *rb, unsigned int size, in data_realloc()
1421 bool prb_reserve_in_last(struct prb_reserved_entry *e, struct printk_ringbuffer *rb, in prb_reserve_in_last()
1532 static u64 desc_last_finalized_seq(struct printk_ringbuffer *rb) in desc_last_finalized_seq()
1548 static bool _prb_read_valid(struct printk_ringbuffer *rb, u64 *seq,
1556 static void desc_update_last_finalized(struct printk_ringbuffer *rb) in desc_update_last_finalized()
1617 static void desc_make_final(struct printk_ringbuffer *rb, unsigned long id) in desc_make_final()
1654 bool prb_reserve(struct prb_reserved_entry *e, struct printk_ringbuffer *rb, in prb_reserve()
1964 static int prb_read(struct printk_ringbuffer *rb, u64 seq, in prb_read()
2003 u64 prb_first_seq(struct printk_ringbuffer *rb) in prb_first_seq()
2062 u64 prb_next_reserve_seq(struct printk_ringbuffer *rb) in prb_next_reserve_seq()
2164 static bool _prb_read_valid(struct printk_ringbuffer *rb, u64 *seq, in _prb_read_valid()
2239 bool prb_read_valid(struct printk_ringbuffer *rb, u64 seq, in prb_read_valid()
2270 bool prb_read_valid_info(struct printk_ringbuffer *rb, u64 seq, in prb_read_valid_info()
2295 u64 prb_first_valid_seq(struct printk_ringbuffer *rb) in prb_first_valid_seq()
2322 u64 prb_next_seq(struct printk_ringbuffer *rb) in prb_next_seq()
2365 void prb_init(struct printk_ringbuffer *rb, in prb_init()