Home
last modified time | relevance | path

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

/openbmc/linux/kernel/printk/
H A Dprintk_ringbuffer.c1034 blk_lpos->begin = NO_LPOS; in data_alloc()
1035 blk_lpos->next = NO_LPOS; in data_alloc()
1088 blk_lpos->next = next_lpos; in data_alloc()
1165 (blk_lpos->next - blk_lpos->begin) - sizeof(blk->id)); in data_realloc()
1169 blk_lpos->next = next_lpos; in data_realloc()
1213 if (blk_lpos->begin == NO_LPOS && blk_lpos->next == NO_LPOS) { in get_data()
1222 blk_lpos->begin < blk_lpos->next) { in get_data()
1224 *data_size = blk_lpos->next - blk_lpos->begin; in get_data()
1239 if (WARN_ON_ONCE(blk_lpos->begin != ALIGN(blk_lpos->begin, sizeof(db->id))) || in get_data()
1240 WARN_ON_ONCE(blk_lpos->next != ALIGN(blk_lpos->next, sizeof(db->id)))) { in get_data()
[all …]