Home
last modified time | relevance | path

Searched refs:first_free (Results 1 – 2 of 2) sorted by relevance

/arch/sparc/lib/
Dbitext.c54 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()
/arch/sparc/include/asm/
Dbitext.h19 int first_free; member