Searched refs:frb (Results 1 – 1 of 1) sorted by relevance
506 u32 used, frb; in wnd_rescan() local565 frb = wbits - used; in wnd_rescan()566 wnd->free_bits[iw] = frb; in wnd_rescan()567 wnd->total_zeroes += frb; in wnd_rescan()593 frb = find_next_bit(buf, wbits, wpos); in wnd_rescan()594 if (frb >= wbits) { in wnd_rescan()596 prev_tail += frb - wpos; in wnd_rescan()601 frb + prev_tail - wpos, true); in wnd_rescan()604 wpos = frb + 1; in wnd_rescan()1344 size_t frb; in wnd_extend() local[all …]