Searched refs:fib_p (Results 1 – 1 of 1) sorted by relevance
1751 struct fib ** fib_pool, ** fib_p; in aac_command_thread() local1784 fib_p = fib_pool; in aac_command_thread()1790 if (!(*(fib_p++) = kmalloc(sizeof(struct fib), GFP_KERNEL))) { in aac_command_thread()1814 fib_p = fib_pool; in aac_command_thread()1850 newfib = *fib_p; in aac_command_thread()1851 *(fib_p++) = NULL; in aac_command_thread()1882 fib_p = fib_pool; in aac_command_thread()1885 kfree(*fib_p); in aac_command_thread()1886 ++fib_p; in aac_command_thread()