Home
last modified time | relevance | path

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

/linux/kernel/printk/
A Dprintk_ringbuffer.c1031 blk_lpos->begin = NO_LPOS; in data_alloc()
1032 blk_lpos->next = NO_LPOS; in data_alloc()
1085 blk_lpos->next = next_lpos; in data_alloc()
1162 (blk_lpos->next - blk_lpos->begin) - sizeof(blk->id)); in data_realloc()
1166 blk_lpos->next = next_lpos; in data_realloc()
1210 if (blk_lpos->begin == NO_LPOS && blk_lpos->next == NO_LPOS) { in get_data()
1219 blk_lpos->begin < blk_lpos->next) { in get_data()
1221 *data_size = blk_lpos->next - blk_lpos->begin; in get_data()
1236 if (WARN_ON_ONCE(blk_lpos->begin != ALIGN(blk_lpos->begin, sizeof(db->id))) || in get_data()
1237 WARN_ON_ONCE(blk_lpos->next != ALIGN(blk_lpos->next, sizeof(db->id)))) { in get_data()
[all …]

Completed in 5 milliseconds