Searched refs:head_lpos (Results 1 – 4 of 4) sorted by relevance
1049 begin_lpos = atomic_long_read(&data_ring->head_lpos); in data_alloc()1078 } while (!atomic_long_try_cmpxchg(&data_ring->head_lpos, &begin_lpos, in data_alloc()1118 unsigned long head_lpos; in data_realloc() local1123 head_lpos = atomic_long_read(&data_ring->head_lpos); in data_realloc()1124 if (head_lpos != blk_lpos->next) in data_realloc()1135 if (head_lpos - next_lpos < DATA_SIZE(data_ring)) { in data_realloc()1147 if (!atomic_long_try_cmpxchg(&data_ring->head_lpos, &head_lpos, in data_realloc()2321 atomic_long_set(&rb->text_data_ring.head_lpos, BLK0_LPOS(textbits)); in prb_init()
70 atomic_long_t head_lpos; member284 .head_lpos = ATOMIC_LONG_INIT(BLK0_LPOS((avgtextbits) + (descbits))), \
1050 VMCOREINFO_OFFSET(prb_data_ring, head_lpos); in log_buf_vmcoreinfo_setup()
295 (prb_data_ring, size_bits|data|head_lpos|tail_lpos)