Home
last modified time | relevance | path

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

/kernel/
Ducount.c168 bool wrapped; in alloc_ucounts() local
194 wrapped = !get_ucounts_or_wrap(ucounts); in alloc_ucounts()
196 if (wrapped) { in alloc_ucounts()
/kernel/printk/
Dprintk_ringbuffer.c1112 bool wrapped; in data_realloc() local
1120 wrapped = (DATA_WRAPS(data_ring, blk_lpos->begin) != DATA_WRAPS(data_ring, blk_lpos->next)); in data_realloc()
1128 if (wrapped) in data_realloc()
1158 if (!wrapped) { in data_realloc()