RBPL_TABLE_SIZE   783 drivers/atm/he.c 	he_dev->rbpl_table = kmalloc_array(BITS_TO_LONGS(RBPL_TABLE_SIZE),
RBPL_TABLE_SIZE   790 drivers/atm/he.c 	bitmap_zero(he_dev->rbpl_table, RBPL_TABLE_SIZE);
RBPL_TABLE_SIZE   793 drivers/atm/he.c 	he_dev->rbpl_virt = kmalloc_array(RBPL_TABLE_SIZE,
RBPL_TABLE_SIZE  1901 drivers/atm/he.c 		i = find_next_zero_bit(he_dev->rbpl_table, RBPL_TABLE_SIZE, he_dev->rbpl_hint);
RBPL_TABLE_SIZE  1902 drivers/atm/he.c 		if (i > (RBPL_TABLE_SIZE - 1)) {
RBPL_TABLE_SIZE  1903 drivers/atm/he.c 			i = find_first_zero_bit(he_dev->rbpl_table, RBPL_TABLE_SIZE);
RBPL_TABLE_SIZE  1904 drivers/atm/he.c 			if (i > (RBPL_TABLE_SIZE - 1))