Searched refs:frb (Results 1 – 1 of 1) sorted by relevance
511 u32 used, frb; in wnd_rescan() local570 frb = wbits - used; in wnd_rescan()571 wnd->free_bits[iw] = frb; in wnd_rescan()572 wnd->total_zeroes += frb; in wnd_rescan()598 frb = find_next_bit(buf, wbits, wpos); in wnd_rescan()599 if (frb >= wbits) { in wnd_rescan()601 prev_tail += frb - wpos; in wnd_rescan()606 frb + prev_tail - wpos, true); in wnd_rescan()609 wpos = frb + 1; in wnd_rescan()1351 size_t frb; in wnd_extend() local[all …]