rbpl_table 783 drivers/atm/he.c he_dev->rbpl_table = kmalloc_array(BITS_TO_LONGS(RBPL_TABLE_SIZE), rbpl_table 784 drivers/atm/he.c sizeof(*he_dev->rbpl_table), rbpl_table 786 drivers/atm/he.c if (!he_dev->rbpl_table) { rbpl_table 790 drivers/atm/he.c bitmap_zero(he_dev->rbpl_table, RBPL_TABLE_SIZE); rbpl_table 827 drivers/atm/he.c set_bit(i, he_dev->rbpl_table); rbpl_table 905 drivers/atm/he.c kfree(he_dev->rbpl_table); rbpl_table 1581 drivers/atm/he.c kfree(he_dev->rbpl_table); rbpl_table 1683 drivers/atm/he.c clear_bit(i, he_dev->rbpl_table); rbpl_table 1698 drivers/atm/he.c clear_bit(i, he_dev->rbpl_table); rbpl_table 1901 drivers/atm/he.c i = find_next_zero_bit(he_dev->rbpl_table, RBPL_TABLE_SIZE, he_dev->rbpl_hint); rbpl_table 1903 drivers/atm/he.c i = find_first_zero_bit(he_dev->rbpl_table, RBPL_TABLE_SIZE); rbpl_table 1915 drivers/atm/he.c set_bit(i, he_dev->rbpl_table); rbpl_table 297 drivers/atm/he.h unsigned long *rbpl_table;