Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/printk/
Dprintk_ringbuffer.c571 struct prb_data_blk_lpos *blk_lpos = &desc.text_blk_lpos; in data_make_reusable() local
601 if (blk_lpos->begin != lpos_begin) in data_make_reusable()
610 if (blk_lpos->begin != lpos_begin) in data_make_reusable()
616 lpos_begin = blk_lpos->next; in data_make_reusable()
1024 struct prb_data_blk_lpos *blk_lpos, unsigned long id) in data_alloc() argument
1032 blk_lpos->begin = NO_LPOS; in data_alloc()
1033 blk_lpos->next = NO_LPOS; in data_alloc()
1046 blk_lpos->begin = FAILED_LPOS; in data_alloc()
1047 blk_lpos->next = FAILED_LPOS; in data_alloc()
1085 blk_lpos->begin = begin_lpos; in data_alloc()
[all …]