Home
last modified time | relevance | path

Searched refs:RBPL_TABLE_SIZE (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/atm/
Dhe.c783 he_dev->rbpl_table = kmalloc_array(BITS_TO_LONGS(RBPL_TABLE_SIZE), in he_init_group()
790 bitmap_zero(he_dev->rbpl_table, RBPL_TABLE_SIZE); in he_init_group()
793 he_dev->rbpl_virt = kmalloc_array(RBPL_TABLE_SIZE, in he_init_group()
1901 i = find_next_zero_bit(he_dev->rbpl_table, RBPL_TABLE_SIZE, he_dev->rbpl_hint); in he_service_rbpl()
1902 if (i > (RBPL_TABLE_SIZE - 1)) { in he_service_rbpl()
1903 i = find_first_zero_bit(he_dev->rbpl_table, RBPL_TABLE_SIZE); in he_service_rbpl()
1904 if (i > (RBPL_TABLE_SIZE - 1)) in he_service_rbpl()
Dhe.h221 #define RBPL_TABLE_SIZE (CONFIG_RBPL_SIZE + 16 + 2) macro