Searched refs:free_bits (Results 1 – 6 of 6) sorted by relevance
68 u32 free_bits, end; in wnd_scan() local107 if (free_bits >= wend) { 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()662 wnd->free_bits = in wnd_init()665 if (!wnd->free_bits) in wnd_init()735 wnd->free_bits[iw] += op; in wnd_set_free()776 wnd->free_bits[iw] -= op; in wnd_set_used()1335 kvfree(wnd->free_bits); in wnd_extend()[all …]
151 u16 *free_bits; // Free bits in each window. member
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()
780 u32 free_bits; in ocfs2_reserve_suballoc_bits() local815 free_bits = le32_to_cpu(fe->id1.bitmap1.i_total) - in ocfs2_reserve_suballoc_bits()818 if (bits_wanted > free_bits) { in ocfs2_reserve_suballoc_bits()822 free_bits); in ocfs2_reserve_suballoc_bits()829 slot, bits_wanted, free_bits); in ocfs2_reserve_suballoc_bits()1284 u16 offset, free_bits; in ocfs2_find_max_contig_free_bits() local1293 free_bits = start - offset; in ocfs2_find_max_contig_free_bits()1294 if (contig_bits < free_bits) in ocfs2_find_max_contig_free_bits()1295 contig_bits = free_bits; in ocfs2_find_max_contig_free_bits()
717 int free_bits; in uds_pack_delta_index_page() local730 free_bits = memory_size * BITS_PER_BYTE; in uds_pack_delta_index_page()731 free_bits -= get_immutable_header_offset(1); in uds_pack_delta_index_page()732 free_bits -= GUARD_BITS; in uds_pack_delta_index_page()733 if (free_bits < IMMUTABLE_HEADER_SIZE) { in uds_pack_delta_index_page()743 if (bits > free_bits) in uds_pack_delta_index_page()747 free_bits -= bits; in uds_pack_delta_index_page()