Searched refs:hw_fib_p (Results 1 – 1 of 1) sorted by relevance
1750 struct hw_fib ** hw_fib_pool, ** hw_fib_p; in aac_command_thread() local1783 hw_fib_p = hw_fib_pool; in aac_command_thread()1785 while (hw_fib_p < &hw_fib_pool[num]) { in aac_command_thread()1786 if (!(*(hw_fib_p++) = kmalloc(sizeof(struct hw_fib), GFP_KERNEL))) { in aac_command_thread()1787 --hw_fib_p; in aac_command_thread()1791 kfree(*(--hw_fib_p)); in aac_command_thread()1795 if ((num = hw_fib_p - hw_fib_pool) == 0) { in aac_command_thread()1813 hw_fib_p = hw_fib_pool; in aac_command_thread()1847 if (hw_fib_p < &hw_fib_pool[num]) { in aac_command_thread()1848 hw_newfib = *hw_fib_p; in aac_command_thread()[all …]