Lines Matching refs:rbpl_table
783 he_dev->rbpl_table = kmalloc_array(BITS_TO_LONGS(RBPL_TABLE_SIZE), in he_init_group()
784 sizeof(*he_dev->rbpl_table), in he_init_group()
786 if (!he_dev->rbpl_table) { in he_init_group()
790 bitmap_zero(he_dev->rbpl_table, RBPL_TABLE_SIZE); in he_init_group()
827 set_bit(i, he_dev->rbpl_table); in he_init_group()
905 kfree(he_dev->rbpl_table); in he_init_group()
1581 kfree(he_dev->rbpl_table); in he_stop()
1683 clear_bit(i, he_dev->rbpl_table); in he_service_rbrq()
1698 clear_bit(i, he_dev->rbpl_table); in he_service_rbrq()
1901 i = find_next_zero_bit(he_dev->rbpl_table, RBPL_TABLE_SIZE, he_dev->rbpl_hint); in he_service_rbpl()
1903 i = find_first_zero_bit(he_dev->rbpl_table, RBPL_TABLE_SIZE); in he_service_rbpl()
1915 set_bit(i, he_dev->rbpl_table); in he_service_rbpl()