Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/printk/
Dprintk_ringbuffer.c575 struct prb_data_blk_lpos *blk_lpos = &desc.text_blk_lpos; in data_make_reusable() local
605 if (blk_lpos->begin != lpos_begin) in data_make_reusable()
614 if (blk_lpos->begin != lpos_begin) in data_make_reusable()
620 lpos_begin = blk_lpos->next; in data_make_reusable()
1025 struct prb_data_blk_lpos *blk_lpos, unsigned long id) in data_alloc() argument
1034 blk_lpos->begin = NO_LPOS; in data_alloc()
1035 blk_lpos->next = NO_LPOS; in data_alloc()
1048 blk_lpos->begin = FAILED_LPOS; in data_alloc()
1049 blk_lpos->next = FAILED_LPOS; in data_alloc()
1087 blk_lpos->begin = begin_lpos; in data_alloc()
[all …]