Searched refs:first_free (Results 1 – 2 of 2) sorted by relevance
54 offset = t->first_free; in bit_map_string_get()84 if (offset == t->first_free) in bit_map_string_get()85 t->first_free = find_next_zero_bit in bit_map_string_get()87 t->first_free + len); in bit_map_string_get()114 if (offset < t->first_free) in bit_map_clear()115 t->first_free = offset; in bit_map_clear()
19 int first_free; member