Searched refs:rbpl_table (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dhe.c793 he_dev->rbpl_table = kmalloc(BITS_TO_LONGS(RBPL_TABLE_SIZE)
795 if (!he_dev->rbpl_table) {
799 bitmap_zero(he_dev->rbpl_table, RBPL_TABLE_SIZE);
835 set_bit(i, he_dev->rbpl_table);
913 kfree(he_dev->rbpl_table);
1597 kfree(he_dev->rbpl_table);
1702 clear_bit(i, he_dev->rbpl_table);
1717 clear_bit(i, he_dev->rbpl_table);
1920 i = find_next_zero_bit(he_dev->rbpl_table, RBPL_TABLE_SIZE, he_dev->rbpl_hint);
1922 i = find_first_zero_bit(he_dev->rbpl_table, RBPL_TABLE_SIZ
[all...]
H A Dhe.h297 unsigned long *rbpl_table; member in struct:he_dev

Completed in 58 milliseconds