Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/printk/
Dprintk_ringbuffer.c572 struct prb_data_blk_lpos *blk_lpos = &desc.text_blk_lpos; in data_make_reusable() local
602 if (blk_lpos->begin != lpos_begin) in data_make_reusable()
611 if (blk_lpos->begin != lpos_begin) in data_make_reusable()
617 lpos_begin = blk_lpos->next; in data_make_reusable()
1022 struct prb_data_blk_lpos *blk_lpos, unsigned long id) in data_alloc() argument
1031 blk_lpos->begin = NO_LPOS; in data_alloc()
1032 blk_lpos->next = NO_LPOS; in data_alloc()
1045 blk_lpos->begin = FAILED_LPOS; in data_alloc()
1046 blk_lpos->next = FAILED_LPOS; in data_alloc()
1084 blk_lpos->begin = begin_lpos; in data_alloc()
[all …]