MAXLINES
static DECLARE_BITMAP(linemap, MAXLINES);
line = find_first_zero_bit(linemap, MAXLINES);
if (line >= MAXLINES) {