Searched refs:fib_p (Results 1 – 1 of 1) sorted by relevance
1778 struct fib ** fib_pool, ** fib_p; in aac_command_thread() local1811 fib_p = fib_pool; in aac_command_thread()1817 if (!(*(fib_p++) = kmalloc(sizeof(struct fib), GFP_KERNEL))) { in aac_command_thread()1841 fib_p = fib_pool; in aac_command_thread()1877 newfib = *fib_p; in aac_command_thread()1878 *(fib_p++) = NULL; in aac_command_thread()1909 fib_p = fib_pool; in aac_command_thread()1912 kfree(*fib_p); in aac_command_thread()1913 ++fib_p; in aac_command_thread()