Searched refs:free_off (Results 1 – 3 of 3) sorted by relevance
158 off = bi->free_off; in bitmask_alloc_idx()168 bi->free_off = i; in bitmask_alloc_idx()209 if (bi->free_off > i) in bitmask_free_idx()210 bi->free_off = i; in bitmask_free_idx()
167 uint16_t free_off; /* index of the first potentially free block */ member
100 uint16_t free_off[IPFW_MAX_SETS]; /* first possible free offset */ member3724 if (ni->free_off[0] > i) in ipfw_objhash_free_idx()3725 ni->free_off[0] = i; in ipfw_objhash_free_idx()3743 off = ni->free_off[0]; in ipfw_objhash_alloc_idx()3753 ni->free_off[0] = i; in ipfw_objhash_alloc_idx()