Searched refs:free_off (Results 1 – 3 of 3) sorted by relevance
160 off = bi->free_off; in bitmask_alloc_idx()170 bi->free_off = i; in bitmask_alloc_idx()211 if (bi->free_off > i) in bitmask_free_idx()212 bi->free_off = i; in bitmask_free_idx()
181 uint16_t free_off; /* index of the first potentially free block */ member
99 uint16_t free_off[IPFW_MAX_SETS]; /* first possible free offset */ member4657 if (ni->free_off[0] > i) in ipfw_objhash_free_idx()4658 ni->free_off[0] = i; in ipfw_objhash_free_idx()4676 off = ni->free_off[0]; in ipfw_objhash_alloc_idx()4686 ni->free_off[0] = i; in ipfw_objhash_alloc_idx()