Searched refs:free_bits (Results 1 – 3 of 3) sorted by relevance
68 u32 free_bits, end; in wnd_scan() local95 free_bits = find_next_bit_le(buf, min(end, wend), wpos); in wnd_scan()97 free_len = *prev_tail + free_bits - wpos; in wnd_scan()107 if (free_bits >= wend) { in wnd_scan()108 *prev_tail += free_bits - wpos; in wnd_scan()112 wpos = free_bits + 1; in wnd_scan()127 kvfree(wnd->free_bits); in wnd_close()128 wnd->free_bits = NULL; in wnd_close()533 if (!wnd->free_bits[iw]) { in wnd_rescan()543 if (wbits == wnd->free_bits[iw]) { in wnd_rescan()[all …]
101 unsigned char free_bits:4; member273 u32 v = val >> tformat->free_bits; in cxgbi_ppm_ddp_tag_update_sw_bits()277 val, tformat->free_bits); in cxgbi_ppm_ddp_tag_update_sw_bits()299 tformat->free_bits = 32 - 2 - bits; in cxgbi_tagmask_check()
622 unsigned int free_bits; in ocfs2_reserve_local_alloc_bits() local664 free_bits = le32_to_cpu(alloc->id1.bitmap1.i_total) - in ocfs2_reserve_local_alloc_bits()666 if (bits_wanted > free_bits) { in ocfs2_reserve_local_alloc_bits()686 free_bits = le32_to_cpu(alloc->id1.bitmap1.i_total) - in ocfs2_reserve_local_alloc_bits()688 if (bits_wanted > free_bits) in ocfs2_reserve_local_alloc_bits()