Home
last modified time | relevance | path

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

/linux-6.15/kernel/printk/
H A Dprintk_ringbuffer.c1096 blk_lpos->next = next_lpos; in data_alloc()
1173 (blk_lpos->next - blk_lpos->begin) - sizeof(blk->id)); in data_realloc()
1177 blk_lpos->next = next_lpos; in data_realloc()
1187 if (BLK_DATALESS(blk_lpos)) in space_used()
1190 if (DATA_WRAPS(data_ring, blk_lpos->begin) == DATA_WRAPS(data_ring, blk_lpos->next)) { in space_used()
1237 if (DATA_WRAPS(data_ring, blk_lpos->begin) == DATA_WRAPS(data_ring, blk_lpos->next) && in get_data()
1238 blk_lpos->begin < blk_lpos->next) { in get_data()
1240 *data_size = blk_lpos->next - blk_lpos->begin; in get_data()
1255 if (WARN_ON_ONCE(blk_lpos->begin != ALIGN(blk_lpos->begin, sizeof(db->id))) || in get_data()
1256 WARN_ON_ONCE(blk_lpos->next != ALIGN(blk_lpos->next, sizeof(db->id)))) { in get_data()
[all …]