Searched refs:hw_fib_p (Results 1 – 1 of 1) sorted by relevance
1748 struct hw_fib ** hw_fib_pool, ** hw_fib_p; in aac_command_thread() local1781 hw_fib_p = hw_fib_pool; in aac_command_thread()1783 while (hw_fib_p < &hw_fib_pool[num]) { in aac_command_thread()1784 if (!(*(hw_fib_p++) = kmalloc(sizeof(struct hw_fib), GFP_KERNEL))) { in aac_command_thread()1785 --hw_fib_p; in aac_command_thread()1789 kfree(*(--hw_fib_p)); in aac_command_thread()1793 if ((num = hw_fib_p - hw_fib_pool) == 0) { in aac_command_thread()1811 hw_fib_p = hw_fib_pool; in aac_command_thread()1845 if (hw_fib_p < &hw_fib_pool[num]) { in aac_command_thread()1846 hw_newfib = *hw_fib_p; in aac_command_thread()[all …]