Searched refs:get_next_lpos (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/kernel/printk/ |
H A D | printk_ringbuffer.c | 1000 static unsigned long get_next_lpos(struct prb_data_ring *data_ring, in get_next_lpos() function 1042 next_lpos = get_next_lpos(data_ring, begin_lpos, size); in data_alloc() 1122 next_lpos = get_next_lpos(data_ring, blk_lpos->begin, size); in data_realloc()
|
/kernel/linux/linux-6.6/kernel/printk/ |
H A D | printk_ringbuffer.c | 1002 static unsigned long get_next_lpos(struct prb_data_ring *data_ring, in get_next_lpos() function 1044 next_lpos = get_next_lpos(data_ring, begin_lpos, size); in data_alloc() 1124 next_lpos = get_next_lpos(data_ring, blk_lpos->begin, size); in data_realloc()
|
Completed in 5 milliseconds