Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/printk/
Dprintk_ringbuffer.c632 unsigned long tail_lpos_new; in data_push_tail() local
730 tail_lpos_new = atomic_long_read(&data_ring->tail_lpos in data_push_tail()
732 if (tail_lpos_new == tail_lpos) in data_push_tail()
736 tail_lpos = tail_lpos_new; in data_push_tail()