Searched refs:free_bits (Results 1 – 5 of 5) sorted by relevance
73 u32 free_bits, end; in wnd_scan() local112 if (free_bits >= wend) { in wnd_scan()117 wpos = free_bits + 1; in wnd_scan()132 kfree(wnd->free_bits); in wnd_close()571 wnd->free_bits[iw] = frb; in wnd_rescan()670 if (!wnd->free_bits) in wnd_init()746 wnd->free_bits[iw] += op; in wnd_set_free()797 wnd->free_bits[iw] -= op; in wnd_set_used()929 if (wnd->free_bits[iw]) { in wnd_is_used()1341 kfree(wnd->free_bits); in wnd_extend()[all …]
143 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()
621 unsigned int free_bits; in ocfs2_reserve_local_alloc_bits() local663 free_bits = le32_to_cpu(alloc->id1.bitmap1.i_total) - in ocfs2_reserve_local_alloc_bits()665 if (bits_wanted > free_bits) { in ocfs2_reserve_local_alloc_bits()685 free_bits = le32_to_cpu(alloc->id1.bitmap1.i_total) - in ocfs2_reserve_local_alloc_bits()687 if (bits_wanted > free_bits) in ocfs2_reserve_local_alloc_bits()
774 u32 free_bits; in ocfs2_reserve_suballoc_bits() local809 free_bits = le32_to_cpu(fe->id1.bitmap1.i_total) - in ocfs2_reserve_suballoc_bits()812 if (bits_wanted > free_bits) { in ocfs2_reserve_suballoc_bits()816 free_bits); in ocfs2_reserve_suballoc_bits()823 slot, bits_wanted, free_bits); in ocfs2_reserve_suballoc_bits()
Completed in 18 milliseconds