Searched refs:rbpl_table (Results 1 – 2 of 2) sorted by relevance
782 he_dev->rbpl_table = kmalloc(BITS_TO_LONGS(RBPL_TABLE_SIZE) in he_init_group()784 if (!he_dev->rbpl_table) { in he_init_group()788 bitmap_zero(he_dev->rbpl_table, RBPL_TABLE_SIZE); in he_init_group()824 set_bit(i, he_dev->rbpl_table); in he_init_group()902 kfree(he_dev->rbpl_table); in he_init_group()1580 kfree(he_dev->rbpl_table); in he_stop()1682 clear_bit(i, he_dev->rbpl_table); in he_service_rbrq()1697 clear_bit(i, he_dev->rbpl_table); in he_service_rbrq()1900 i = find_next_zero_bit(he_dev->rbpl_table, RBPL_TABLE_SIZE, he_dev->rbpl_hint); in he_service_rbpl()1902 i = find_first_zero_bit(he_dev->rbpl_table, RBPL_TABLE_SIZE); in he_service_rbpl()[all …]
297 unsigned long *rbpl_table; member