Searched refs:hw_fib_p (Results 1 – 1 of 1) sorted by relevance
1777 struct hw_fib ** hw_fib_pool, ** hw_fib_p; in aac_command_thread() local1810 hw_fib_p = hw_fib_pool; in aac_command_thread()1812 while (hw_fib_p < &hw_fib_pool[num]) { in aac_command_thread()1813 if (!(*(hw_fib_p++) = kmalloc(sizeof(struct hw_fib), GFP_KERNEL))) { in aac_command_thread()1814 --hw_fib_p; in aac_command_thread()1818 kfree(*(--hw_fib_p)); in aac_command_thread()1822 if ((num = hw_fib_p - hw_fib_pool) == 0) { in aac_command_thread()1840 hw_fib_p = hw_fib_pool; in aac_command_thread()1874 if (hw_fib_p < &hw_fib_pool[num]) { in aac_command_thread()1875 hw_newfib = *hw_fib_p; in aac_command_thread()[all …]