Home
last modified time | relevance | path

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

/arch/sparc/lib/
Dbitext.c56 offset = t->last_off & ~align1; in bit_map_string_get()
88 if ((t->last_off = offset + len) >= t->size) in bit_map_string_get()
89 t->last_off = 0; in bit_map_string_get()
/arch/sparc/include/asm/
Dbitext.h17 int last_off; member