Searched refs:fib_p (Results 1 – 1 of 1) sorted by relevance
1661 struct fib ** fib_pool, ** fib_p; in aac_command_thread() local1694 fib_p = fib_pool; in aac_command_thread()1700 if (!(*(fib_p++) = kmalloc(sizeof(struct fib), GFP_KERNEL))) { in aac_command_thread()1724 fib_p = fib_pool; in aac_command_thread()1760 newfib = *fib_p; in aac_command_thread()1761 *(fib_p++) = NULL; in aac_command_thread()1792 fib_p = fib_pool; in aac_command_thread()1795 kfree(*fib_p); in aac_command_thread()1796 ++fib_p; in aac_command_thread()