Searched refs:off_new (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/sparc/lib/
H A Dbitext.c31 int off_new; local
60 off_new = find_next_zero_bit(t->map, t->size, offset);
61 off_new = ((off_new + align1) & ~align1) + color;
62 count += off_new - offset;
63 offset = off_new;

Completed in 206 milliseconds