Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/printk/
Dprintk_ringbuffer.c579 struct prb_data_blk_lpos *blk_lpos = &desc.text_blk_lpos; in data_make_reusable() local
609 if (blk_lpos->begin != lpos_begin) in data_make_reusable()
618 if (blk_lpos->begin != lpos_begin) in data_make_reusable()
624 lpos_begin = blk_lpos->next; in data_make_reusable()
1029 struct prb_data_blk_lpos *blk_lpos, unsigned long id) in data_alloc() argument
1042 blk_lpos->begin = EMPTY_LINE_LPOS; in data_alloc()
1043 blk_lpos->next = EMPTY_LINE_LPOS; in data_alloc()
1056 blk_lpos->begin = FAILED_LPOS; in data_alloc()
1057 blk_lpos->next = FAILED_LPOS; in data_alloc()
1095 blk_lpos->begin = begin_lpos; in data_alloc()
[all …]