Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/printk/
H A Dprintk_ringbuffer.c635 unsigned long tail_lpos_new; in data_push_tail() local
734 tail_lpos_new = atomic_long_read(&data_ring->tail_lpos in data_push_tail()
736 if (tail_lpos_new == tail_lpos) in data_push_tail()
740 tail_lpos = tail_lpos_new; in data_push_tail()